diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 02:20:41 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 02:20:41 +0000 |
commit | 8c2f900bc64445c2bda81a385c0eb02276142fd1 (patch) | |
tree | 1a8cea2ab482bc39931bda07f6e2a726f042e606 /repo | |
parent | 0de4e5a6b7ccff91c494e51b37c5bad4368cfc2d (diff) |
made zlib use single version
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/zlib.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/zlib.xibuild b/repo/core/zlib.xibuild index 426fdfe..9402a1d 100644 --- a/repo/core/zlib.xibuild +++ b/repo/core/zlib.xibuild @@ -2,7 +2,7 @@ DEPS=(glibc) -SOURCE=https://github.com/madler/zlib +SOURCE=https://github.com/madler/zlib/archive/refs/tags/v1.2.11.tar.gz DESC="compression and decompression routines used by some programs" |