diff options
author | davidovski <david@davidovski.xyz> | 2022-01-15 14:47:20 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-15 14:47:20 +0000 |
commit | 4e8cd07a82bd84c66fe33c95cdc470aa3036cb28 (patch) | |
tree | 4c0109c46407b5bfab6397b57ecde517358604b9 /repo/core/libarchive.xibuild | |
parent | 2f6f1eb8063da14354ef82126f241e2515a5f0ce (diff) |
moved libarchi
Diffstat (limited to 'repo/core/libarchive.xibuild')
-rw-r--r-- | repo/core/libarchive.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/libarchive.xibuild b/repo/core/libarchive.xibuild index de51046..5d97145 100644 --- a/repo/core/libarchive.xibuild +++ b/repo/core/libarchive.xibuild @@ -2,7 +2,7 @@ DEPS=(acl bzip2 expat lz4 openssl xz zlib zstd) -SOURCE=https://github.com/libarchive/libarchive/archive/refs/tags/v3.4.3.tar.gz +SOURCE=https://github.com/libarchive/libarchive/releases/download/v3.5.2/libarchive-3.5.2.tar.gz DESC="A library that provides a single interface for reading and writing various compression formats" |