mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +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
49c776716d
commit
1393ccc2db
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