mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
ruby/sqlite3: Updated for version 1.3.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a6890bda88
commit
ad0d6d244a
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sqlite3
|
||||
|
||||
# Copyright 2013 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# Copyright 2013-2017 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.11}
|
||||
VERSION=${VERSION:-1.3.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sqlite3"
|
||||
VERSION="1.3.11"
|
||||
VERSION="1.3.13"
|
||||
HOMEPAGE="http://rubygems.org/gems/sqlite3"
|
||||
DOWNLOAD="http://rubygems.org/downloads/sqlite3-1.3.11.gem"
|
||||
MD5SUM="1cb7c23bbb8890bffc9d4467c3b58eac"
|
||||
DOWNLOAD="http://rubygems.org/downloads/sqlite3-1.3.13.gem"
|
||||
MD5SUM="96151574f04ca86a96b6ebe6dece9494"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue