diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2020-03-05 00:13:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-05 00:13:24 +0700 |
commit | 9e9df44b04f24e4868c1510c6d8967dbd6e476da (patch) | |
tree | d9c35140c7e676f3a0867cbfe14cf4a8462cff9d /ruby/sequel/sequel.SlackBuild | |
parent | aba5b48decadbd88cef8e7528082129c76b99345 (diff) |
ruby/sequel: Updated for version 5.30.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 816d5cfa7b6e1..e837bdcf7195e 100644 --- a/ruby/sequel/sequel.SlackBuild +++ b/ruby/sequel/sequel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sequel -# Copyright 2013-2019 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.25.0} +VERSION=${VERSION:-5.30.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |