diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2020-03-05 00:14:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-05 00:14:09 +0700 |
commit | 0542c0c092d6273a2adf7eb89fcbcf80d53f973c (patch) | |
tree | 9b814fd9c3f50810f7cd22b6586255d374db1b6b /ruby/sqlite3/sqlite3.SlackBuild | |
parent | 9e9df44b04f24e4868c1510c6d8967dbd6e476da (diff) |
ruby/sqlite3: Updated for version 1.4.2.
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 21a33fd27a592..7836557e1da7b 100644 --- a/ruby/sqlite3/sqlite3.SlackBuild +++ b/ruby/sqlite3/sqlite3.SlackBuild @@ -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} |