diff options
Diffstat (limited to 'repo/system/zip.xibuild')
-rw-r--r-- | repo/system/zip.xibuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/zip.xibuild b/repo/system/zip.xibuild index 87bb35e..3c1f1e1 100644 --- a/repo/system/zip.xibuild +++ b/repo/system/zip.xibuild @@ -2,7 +2,8 @@ DEPS=(glibc bzip2) -SOURCE=https://downloads.sourceforge.net/infozip/zip30.tar.gz +PKG_VER=30 +SOURCE=https://downloads.sourceforge.net/infozip/zip$PKG_VER.tar.gz DESC="Compressor/archiver for creating and modifying zipfiles" build () { |