diff options
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} |