mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/tls: 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
f3711908dd
commit
f06eb1e466
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# Assumed to be public domain
|
||||
|
||||
PRGNAM=tls
|
||||
VERSION=1.6
|
||||
VERSION=${VERSION:-1.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue