diff options
author | Andy Goth <andrew.m.goth@gmail.com> | 2014-03-07 17:23:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-07 17:23:21 +0700 |
commit | 8998513ccf4fcddb06d808c12611cb4ed4e5f306 (patch) | |
tree | b56eab17f75ddf304abff0f36b5db4f780f634ad /development/fossil/fossil.SlackBuild | |
parent | 42eb53a97a09cf8b572d47ae384508a424dff9b7 (diff) | |
download | slackbuilds-8998513ccf4fcddb06d808c12611cb4ed4e5f306.tar.gz |
development/fossil: Updated for version 1.28.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/fossil/fossil.SlackBuild')
-rw-r--r-- | development/fossil/fossil.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/fossil/fossil.SlackBuild b/development/fossil/fossil.SlackBuild index 5beadd5ffe..131062aa35 100644 --- a/development/fossil/fossil.SlackBuild +++ b/development/fossil/fossil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fossil -# Copyright 2013 Andy Goth <andrew.m.goth@gmail.com> +# Copyright 2014 Andy Goth <andrew.m.goth@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fossil -VERSION=${VERSION:-1.27} -SRCVER=${SRCVER:-20130911114349} # Corresponds to version 1.27 +VERSION=${VERSION:-1.28} +SRCVER=${SRCVER:-20140127173344} # Corresponds to version 1.28 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |