summaryrefslogtreecommitdiffstats
path: root/libraries/physfs/physfs.SlackBuild
diff options
context:
space:
mode:
author B. Watson2017-03-20 09:07:41 +0100
committer David Spencer2017-03-25 14:26:35 +0100
commit6b2b73d60ffcad656187582244d96d99c0e55759 (patch)
treecc2c7c4834311d3e043d59907dae122335065124 /libraries/physfs/physfs.SlackBuild
parentf38390d6d046ccc777e74a5d6ddecf2fda6230e1 (diff)
downloadold.slackbuilds-6b2b73d60ffcad656187582244d96d99c0e55759.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/physfs.SlackBuild')
-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}