ruby/sequel: Updated for version 5.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5384c3f7c4
commit
3e56eacf9d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sequel
|
||||
|
||||
# Copyright 2013-2018 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# Copyright 2013-2019 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.14.0}
|
||||
VERSION=${VERSION:-5.18.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sequel"
|
||||
VERSION="5.14.0"
|
||||
VERSION="5.18.0"
|
||||
HOMEPAGE="http://sequel.jeremyevans.net/"
|
||||
DOWNLOAD="https://rubygems.org/downloads/sequel-5.14.0.gem"
|
||||
MD5SUM="cd1e790273df0d4fc0a0bf73720f27ae"
|
||||
DOWNLOAD="https://rubygems.org/downloads/sequel-5.18.0.gem"
|
||||
MD5SUM="3177c1fa9ebb963304b7b9e96e8cb8c9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue