diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2017-01-08 01:17:54 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | ad0d6d244ae3b74c36e4fbbebc261df9c57dec0b (patch) | |
tree | 74855633b3918e52ccbf53b6a783e7a6861fb71b /ruby/sqlite3 | |
parent | a6890bda8894cbc89368d386c032a3caf1e977e2 (diff) | |
download | slackbuilds-ad0d6d244ae3b74c36e4fbbebc261df9c57dec0b.tar.gz |
ruby/sqlite3: Updated for version 1.3.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/sqlite3')
-rw-r--r-- | ruby/sqlite3/sqlite3.SlackBuild | 4 | ||||
-rw-r--r-- | ruby/sqlite3/sqlite3.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ruby/sqlite3/sqlite3.SlackBuild b/ruby/sqlite3/sqlite3.SlackBuild index 36388158b2..562febd44e 100644 --- a/ruby/sqlite3/sqlite3.SlackBuild +++ b/ruby/sqlite3/sqlite3.SlackBuild @@ -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} diff --git a/ruby/sqlite3/sqlite3.info b/ruby/sqlite3/sqlite3.info index 24c08e624f..ff035e8cd7 100644 --- a/ruby/sqlite3/sqlite3.info +++ b/ruby/sqlite3/sqlite3.info @@ -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="" |