ruby/sqlite3: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d7d4e88b70
commit
a587c625c0
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue