diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2018-02-27 07:30:21 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-03 08:42:07 +0700 |
commit | da1cfc02cfe67375bc6a10abc55a5030535f0db8 (patch) | |
tree | 97960a033b251cc2e07e88da0d184a2c6caa27a2 /ruby/sequel/sequel.SlackBuild | |
parent | e981901c0585cd6fd04145392dbe1c8919fd8e64 (diff) |
ruby/sequel: Updated for version 5.5.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/sequel/sequel.SlackBuild')
-rw-r--r-- | ruby/sequel/sequel.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/sequel/sequel.SlackBuild b/ruby/sequel/sequel.SlackBuild index 0b56dc351258..613c67bf3959 100644 --- a/ruby/sequel/sequel.SlackBuild +++ b/ruby/sequel/sequel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sequel -# Copyright 2013-2017 Jostein Berntsen <jbernts@broadpark.no> +# Copyright 2013-2018 Jostein Berntsen <jbernts@broadpark.no> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sequel -VERSION=${VERSION:-5.0.0} +VERSION=${VERSION:-5.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |