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 | de551b3721cf086d382bee17f5d31fadc61486e1 (patch) | |
tree | 8a0cbc613748e6a18689df377abb6f465c452c36 | |
parent | 01a74fc76ec368d02ba7ef441c2d9179016929be (diff) |
libraries/gdata: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/gdata/gdata.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gdata/gdata.SlackBuild b/libraries/gdata/gdata.SlackBuild index 19a79e2700eb..a669058d0c56 100644 --- a/libraries/gdata/gdata.SlackBuild +++ b/libraries/gdata/gdata.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=gdata -VERSION=2.0.18 +VERSION=${VERSION:-2.0.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |