[oe-commits] [openembedded-core] 10/10: sqlite3_3: Update to 3.25.2

git at git.openembedded.org git at git.openembedded.org
Wed Nov 7 23:16:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5d6b90fb2f57a8a4d0ec0fb48895a1c98ffea53e
Author: Jens Rehsack <sno at netbsd.org>
AuthorDate: Sat Nov 3 14:12:23 2018 +0100

    sqlite3_3: Update to 3.25.2
    
    Update SQLite3 from 3.23.1 to 3.25.2 for UPSERT, window
    functions and improved ALTER TABLE support.
    
    For a detailed list of changes since 3.23.1, see
    * https://www.sqlite.org/releaselog/3_25_2.html
    * https://www.sqlite.org/releaselog/3_24_0.html
    
    Signed-off-by: Jens Rehsack <sno at netbsd.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.25.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb b/meta/recipes-support/sqlite/sqlite3_3.25.2.bb
similarity index 59%
rename from meta/recipes-support/sqlite/sqlite3_3.23.1.bb
rename to meta/recipes-support/sqlite/sqlite3_3.25.2.bb
index 3755761..31c9a6f 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.25.2.bb
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed0
 SRC_URI = "\
   http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
   "
-SRC_URI[md5sum] = "99a51b40a66872872a91c92f6d0134fa"
-SRC_URI[sha256sum] = "92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25"
+SRC_URI[md5sum] = "bfade31d59f58badc51aeaa6ae26a5de"
+SRC_URI[sha256sum] = "da9a1484423d524d3ac793af518cdf870c8255d209e369bd6a193e9f9d0e3181"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list