sqlite: update to 3.23.0

This commit is contained in:
Tom G. Christensen 2018-04-09 21:20:48 +02:00
parent b227ed6f90
commit 9d3ac5ad39
2 changed files with 7 additions and 3 deletions

View File

@ -6,10 +6,10 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=sqlite topdir=sqlite
version=3.8.10.2 version=3.23.0
shortver=3081002 shortver=3230000
pkgver=1 pkgver=1
source[0]=http://www.sqlite.org/2015/sqlite-autoconf-${shortver}.tar.gz source[0]=https://www.sqlite.org/2018/sqlite-autoconf-${shortver}.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -47,6 +47,7 @@ install()
generic_install DESTDIR generic_install DESTDIR
compat sqlite 3.8.8.3 1 1 compat sqlite 3.8.8.3 1 1
compat sqlite 3.8.10 1 1 compat sqlite 3.8.10 1 1
compat sqlite 3.8.10.2 1 1
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Sun Apr 08 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 3.23.0-1
- Update to 3.23.0
* Sat Jun 06 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 3.8.10.2-1 * Sat Jun 06 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 3.8.10.2-1
- Update to 3.8.10.2 - Update to 3.8.10.2