mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/lua-zlib: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
7ceb072e81
commit
98f98045d9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=lua-zlib
|
||||
HASH=${HASH:-c0014bcbc4c3fd65ba3519b10965f0c184c1a059}
|
||||
VERSION=20140201_$(echo $HASH |cut -c -7)
|
||||
VERSION=${VERSION:-20140201_c0014bc}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue