mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
ruby/sequel: Updated for version 5.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
51cc9a9674
commit
a2dddc0489
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sequel
|
||||
VERSION=${VERSION:-4.48.0}
|
||||
VERSION=${VERSION:-5.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sequel"
|
||||
VERSION="4.48.0"
|
||||
VERSION="5.0.0"
|
||||
HOMEPAGE="http://sequel.jeremyevans.net/"
|
||||
DOWNLOAD="http://rubygems.org/downloads/sequel-4.48.0.gem"
|
||||
MD5SUM="0826fae41cb8f61fd7bed51cc1658a60"
|
||||
DOWNLOAD="http://rubygems.org/downloads/sequel-5.0.0.gem"
|
||||
MD5SUM="d95429885e1fbc7389fb5b567e48d56f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue