diff options
author | davidovski <david@davidovski.xyz> | 2022-01-15 12:43:51 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-15 12:43:51 +0000 |
commit | 2f6f1eb8063da14354ef82126f241e2515a5f0ce (patch) | |
tree | 9bf526ee993b9df1226d9a5d756e2d24f8dda303 /repo | |
parent | 4f9ec7d50c173b7e6b578078e0c4c33d6c0b83ba (diff) |
downgraded libarch
Diffstat (limited to 'repo')
-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 c12fc10..de51046 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.5.2.tar.gz +SOURCE=https://github.com/libarchive/libarchive/archive/refs/tags/v3.4.3.tar.gz DESC="A library that provides a single interface for reading and writing various compression formats" |