Browse Source

package/sqlite: bump version to 3.29.0

Release notes: https://www.sqlite.org/releaselog/3_29_0.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd Kuhls 6 years ago
parent
commit
34e98c379f
2 changed files with 3 additions and 3 deletions
  1. 2 2
      package/sqlite/sqlite.hash
  2. 1 1
      package/sqlite/sqlite.mk

+ 2 - 2
package/sqlite/sqlite.hash

@@ -1,6 +1,6 @@
 # From https://www.sqlite.org/download.html
-sha1 01b9d8fc77085e144dddc87456c9783e53d09a53  sqlite-autoconf-3280000.tar.gz
+sha1 053d8237eb9741b0e297073810668c2611a8e38e  sqlite-autoconf-3290000.tar.gz
 # Calculated based on the hash above
-sha256 d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3  sqlite-autoconf-3280000.tar.gz
+sha256 8e7c1e2950b5b04c5944a981cb31fffbf9d2ddda939d536838ebc854481afd5b  sqlite-autoconf-3290000.tar.gz
 # Locally calculated
 sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9  tea/license.terms

+ 1 - 1
package/sqlite/sqlite.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SQLITE_VERSION = 3280000
+SQLITE_VERSION = 3290000
 SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
 SQLITE_SITE = https://www.sqlite.org/2019
 SQLITE_LICENSE = Public domain