mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/gsnmp: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
7191698ceb
commit
1357f50ec0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# Maintained by Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>
|
||||
|
||||
PRGNAM=gsnmp
|
||||
VERSION=0.2.0
|
||||
VERSION=${VERSION:-0.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue