summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-15 14:47:20 +0000
committerdavidovski <david@davidovski.xyz>2022-01-15 14:47:20 +0000
commit4e8cd07a82bd84c66fe33c95cdc470aa3036cb28 (patch)
tree4c0109c46407b5bfab6397b57ecde517358604b9 /repo
parent2f6f1eb8063da14354ef82126f241e2515a5f0ce (diff)
moved libarchi
Diffstat (limited to 'repo')
-rw-r--r--repo/core/libarchive.xibuild2
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"