diff options
author | Andy Goth <andrew.m.goth@gmail.com> | 2015-01-20 20:22:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-20 20:22:56 +0700 |
commit | a740ebf2dc1b300343c0f8086450661cdc83b408 (patch) | |
tree | 38b358f4f4a58f13566faf90513c856fc81c2df0 /development/fossil/fossil.SlackBuild | |
parent | 06bc6b8d624671addf3ea5477757302706a4182d (diff) | |
download | slackbuilds-a740ebf2dc1b300343c0f8086450661cdc83b408.tar.gz |
development/fossil: Updated for version 1.30.
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 168754a204..a5fa0e8bbb 100644 --- a/development/fossil/fossil.SlackBuild +++ b/development/fossil/fossil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fossil -# Copyright 2014 Andy Goth <andrew.m.goth@gmail.com> +# Copyright 2015 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.29} -SRCVER=${SRCVER:-20140612172556} # Corresponds to version 1.29 +VERSION=${VERSION:-1.30} +SRCVER=${SRCVER:-20150119112900} # Corresponds to version 1.30 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |