mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/zziplib: 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
28157b3c9a
commit
7ceb072e81
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=zziplib
|
||||
VERSION=0.13.62
|
||||
VERSION=${VERSION:-0.13.62}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue