summaryrefslogtreecommitdiffstats
path: root/libraries/ocaml-camomile
diff options
context:
space:
mode:
author B. Watson2017-03-20 09:07:40 +0100
committer David Spencer2017-03-25 14:26:35 +0100
commit8a629e0df52a7705aaca339180e2aec2ca48a7d2 (patch)
treef693ba372706c3054911c497d97a85f2cfceb067 /libraries/ocaml-camomile
parent4d9747df3cbb27d8bf8e330641a2083716e02a4f (diff)
downloadslackbuilds-8a629e0df52a7705aaca339180e2aec2ca48a7d2.tar.gz
libraries/ocaml-camomile: 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/ocaml-camomile')
-rw-r--r--libraries/ocaml-camomile/ocaml-camomile.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ocaml-camomile/ocaml-camomile.SlackBuild b/libraries/ocaml-camomile/ocaml-camomile.SlackBuild
index 9b80e002c0..1acdb0ba15 100644
--- a/libraries/ocaml-camomile/ocaml-camomile.SlackBuild
+++ b/libraries/ocaml-camomile/ocaml-camomile.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ocaml-camomile
-VERSION=0.8.5
+VERSION=${VERSION:-0.8.5}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}