summaryrefslogtreecommitdiffstats
path: root/libraries/physfs
diff options
context:
space:
mode:
author B. Watson2017-03-20 09:07:41 +0100
committer David Spencer2017-03-25 14:26:35 +0100
commitcfef39cbe26acfcb967d624c3be64fcb691cbfb1 (patch)
tree27dbd302da8b824efd3ae4be39c6d2a0951f96a8 /libraries/physfs
parent8a629e0df52a7705aaca339180e2aec2ca48a7d2 (diff)
downloadslackbuilds-cfef39cbe26acfcb967d624c3be64fcb691cbfb1.tar.gz
libraries/physfs: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/physfs')
-rw-r--r--libraries/physfs/physfs.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/physfs/physfs.SlackBuild b/libraries/physfs/physfs.SlackBuild
index 53ccec4278..57c1824730 100644
--- a/libraries/physfs/physfs.SlackBuild
+++ b/libraries/physfs/physfs.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=physfs
-VERSION=2.0.3
+VERSION=${VERSION:-2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}