mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/ant-contrib: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
bd7ac5c766
commit
85662d56ea
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# Written by Vincent Batts, vbatts@hashbangbash.com
|
||||
|
||||
PRGNAM=ant-contrib
|
||||
VERSION=0.6
|
||||
VERSION=${VERSION:-0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue