summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2021-07-20 13:54:23 -0400
committerJordan PetridÑ–s <jpetridis@gnome.org>2021-08-24 20:52:06 +0000
commit8f62c0c9331b587936de918940c51194c264eb01 (patch)
treec1efa2242ce73757ea984d460a9b558b250443f4
parentebcca1e5ead27cab1eafc028332b1984c84b10b2 (diff)
Update to sqlite3 from wrapdb
`meson subprojects update` fails with Meson >= 0.59 because 'sqlite' wrap got renamed to 'sqlite3' in wrapdb v2. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/252>
-rw-r--r--subprojects/sqlite.wrap10
-rw-r--r--subprojects/sqlite3.wrap12
2 files changed, 12 insertions, 10 deletions
diff --git a/subprojects/sqlite.wrap b/subprojects/sqlite.wrap
deleted file mode 100644
index 4215a69..0000000
--- a/subprojects/sqlite.wrap
+++ /dev/null
@@ -1,10 +0,0 @@
-[wrap-file]
-directory = sqlite-amalgamation-3320300
-
-source_url = https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip
-source_filename = sqlite-amalgamation-3320300.zip
-source_hash = e9cec01d4519e2d49b3810615237325263fe1feaceae390ee12b4a29bd73dbe2
-
-patch_url = https://wrapdb.mesonbuild.com/v1/projects/sqlite/3320300/3/get_zip
-patch_filename = sqlite-3320300-3-wrap.zip
-patch_hash = 135e712664116a52fd4df0da464331a4ec75e6d9babd785906cd138bea43aed6
diff --git a/subprojects/sqlite3.wrap b/subprojects/sqlite3.wrap
new file mode 100644
index 0000000..5588580
--- /dev/null
+++ b/subprojects/sqlite3.wrap
@@ -0,0 +1,12 @@
+[wrap-file]
+directory = sqlite-amalgamation-3340100
+source_url = https://www.sqlite.org/2021/sqlite-amalgamation-3340100.zip
+source_filename = sqlite-amalgamation-3340100.zip
+source_hash = e0b1c0345fe4338b936e17da8e1bd88366cd210e576834546977f040c12a8f68
+patch_url = https://wrapdb.mesonbuild.com/v2/sqlite3_3.34.1-1/get_patch
+patch_filename = sqlite3-3.34.1-1-wrap.zip
+patch_hash = cba9e47bdb4c02f88fadaae8deab357218d32562c6b86ce7ba0c72f107044360
+
+[provide]
+sqlite3 = sqlite3_dep
+