CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libarchive: updated to 3.0.4
[crossrootfs.git] / libarchive / Pkgfile
index cda1912ea6ddeeaf722897285c06cb4d699cbece..3572d484a31a242d8d8c4706f3650bc8cfd6792f 100644 (file)
@@ -5,12 +5,12 @@
 # Depends on: bzip2 xz zlib acl
 
 name=libarchive
-version=2.8.4
-release=2
-source=(http://$name.googlecode.com/files/$name-$version.tar.gz)
+version=3.0.4
+release=1
+source=(https://github.com/downloads/$name/$name/$name-$version.tar.gz)
 
 build() {
-  cd libarchive-$version
+  cd $name-$version
   # We're passing --without-lzmadec, because we want to use xz for
   # LZMA support, not the obsolete lzmadec library.
   #