ruby/sqlite3: Updated for version 1.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9e9df44b04
commit
0542c0c092
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sqlite3
|
||||
|
||||
# Copyright 2013-2019 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# Copyright 2013-2018 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.4.1}
|
||||
VERSION=${VERSION:-1.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sqlite3"
|
||||
VERSION="1.4.1"
|
||||
VERSION="1.4.2"
|
||||
HOMEPAGE="https://rubygems.org/gems/sqlite3"
|
||||
DOWNLOAD="https://rubygems.org/downloads/sqlite3-1.4.1.gem"
|
||||
MD5SUM="0c8a306e68f3b409cafc136a59684c7b"
|
||||
DOWNLOAD="https://rubygems.org/downloads/sqlite3-1.4.2.gem"
|
||||
MD5SUM="cbea8e3b843acd9cf36402538cf1e9dd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue