mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
ruby/sequel: Updated for version 5.55.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3002640d79
commit
9fe01baa56
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sequel
|
||||
|
||||
# Copyright 2013-2021 Jostein Berntsen <jvbernts@online.no>
|
||||
# Copyright 2013-2022 Jostein Berntsen <jvbernts@online.no>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sequel
|
||||
VERSION=${VERSION:-5.42.0}
|
||||
VERSION=${VERSION:-5.55.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sequel"
|
||||
VERSION="5.42.0"
|
||||
VERSION="5.55.0"
|
||||
HOMEPAGE="http://sequel.jeremyevans.net/"
|
||||
DOWNLOAD="https://rubygems.org/downloads/sequel-5.42.0.gem"
|
||||
MD5SUM="828e5de8d95e67422f56d737ee90bc56"
|
||||
DOWNLOAD="https://rubygems.org/downloads/sequel-5.55.0.gem"
|
||||
MD5SUM="19b05b5e46c523e999d4b73099e26802"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue