ruby/sqlite3: Updated for version 1.4.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2019-03-11 09:20:48 +07:00 committed by Willy Sudiarto Raharjo
parent d7d4e88b70
commit a587c625c0
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for sqlite3
# Copyright 2013-2017 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=sqlite3
VERSION=${VERSION:-1.3.13}
VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="sqlite3"
VERSION="1.3.13"
VERSION="1.4.0"
HOMEPAGE="https://rubygems.org/gems/sqlite3"
DOWNLOAD="https://rubygems.org/downloads/sqlite3-1.3.13.gem"
MD5SUM="96151574f04ca86a96b6ebe6dece9494"
DOWNLOAD="https://rubygems.org/downloads/sqlite3-1.4.0.gem"
MD5SUM="d2db877cbc40840b044dc7ae5eab59c8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""