diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 12:02:17 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 12:02:17 +0000 |
commit | 279c2a03d7bb519180133e950ce362a7904ab85c (patch) | |
tree | 4de5da3a2eaea80e162e564eed5b7201d352b0f1 /repo/system | |
parent | bf0dbd06103fbc7b1de7b5bf88228a35f05cf5f1 (diff) |
libarchive moved to master branch
Diffstat (limited to 'repo/system')
-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" |