diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 04:07:14 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 01:05:50 +0000 |
commit | 7191698ceb2ab2b07fa98cab42399a313ff94d0b (patch) | |
tree | 624326047816e1819b62f2b77a445878f2703064 /libraries/gnet | |
parent | de551b3721cf086d382bee17f5d31fadc61486e1 (diff) |
libraries/gnet: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/gnet')
-rw-r--r-- | libraries/gnet/gnet.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gnet/gnet.SlackBuild b/libraries/gnet/gnet.SlackBuild index 610a2e345ae8..efa5b7fdbd78 100644 --- a/libraries/gnet/gnet.SlackBuild +++ b/libraries/gnet/gnet.SlackBuild @@ -12,7 +12,7 @@ # http://sam.zoy.org/wtfpl/COPYING for more details. PRGNAM=gnet -VERSION=2.0.8 +VERSION=${VERSION:-2.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |