diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/libarchive.xibuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/libarchive.xibuild b/repo/system/libarchive.xibuild index 8371e40..4fea6b5 100644 --- a/repo/system/libarchive.xibuild +++ b/repo/system/libarchive.xibuild @@ -4,7 +4,8 @@ MAKEDEPS=(make autoconf) DEPS=(acl bzip2 expat lz4 openssl xz zlib zstd) PKG_VER=3.5.2 -SOURCE=https://github.com/libarchive/libarchive/releases/download/v$PKG_VER/libarchive-$PKG_VER.tar.xz +#SOURCE=https://github.com/libarchive/libarchive/releases/download/v$PKG_VER/libarchive-$PKG_VER.tar.xz +SOURCE=https://github.com/libarchive/libarchive DESC="A library that provides a single interface for reading and writing various compression formats" |