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 | |
parent | e981901c0585cd6fd04145392dbe1c8919fd8e64 (diff) | |
download | slackbuilds-da1cfc02cfe67375bc6a10abc55a5030535f0db8.tar.gz |
ruby/sequel: Updated for version 5.5.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/sequel/sequel.SlackBuild | 4 | ||||
-rw-r--r-- | ruby/sequel/sequel.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ruby/sequel/sequel.SlackBuild b/ruby/sequel/sequel.SlackBuild index 0b56dc3512..613c67bf39 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} diff --git a/ruby/sequel/sequel.info b/ruby/sequel/sequel.info index ec447737c6..087efdc234 100644 --- a/ruby/sequel/sequel.info +++ b/ruby/sequel/sequel.info @@ -1,8 +1,8 @@ PRGNAM="sequel" -VERSION="5.0.0" +VERSION="5.5.0" HOMEPAGE="http://sequel.jeremyevans.net/" -DOWNLOAD="http://rubygems.org/downloads/sequel-5.0.0.gem" -MD5SUM="d95429885e1fbc7389fb5b567e48d56f" +DOWNLOAD="http://rubygems.org/downloads/sequel-5.5.0.gem" +MD5SUM="2148a9bb1c0006180b3bd0e5afd11c3a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |