mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/wvstreams: 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
6e79b89856
commit
a3fed4b68a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Vincent Batts, vbatts@batts.mine.nu
|
||||
|
||||
PRGNAM=wvstreams
|
||||
VERSION=4.6.1
|
||||
VERSION=${VERSION:-4.6.1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue