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/sqlite3.SlackBuild | |
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/sqlite3.SlackBuild')
-rw-r--r-- | ruby/sqlite3/sqlite3.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |