sqlite3 2.9.2-x86_64-darwin → 2.9.3-x86_64-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/dependencies.yml +8 -8
- data/lib/sqlite3/3.2/sqlite3_native.bundle +0 -0
- data/lib/sqlite3/3.3/sqlite3_native.bundle +0 -0
- data/lib/sqlite3/3.4/sqlite3_native.bundle +0 -0
- data/lib/sqlite3/4.0/sqlite3_native.bundle +0 -0
- data/lib/sqlite3/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee7475148f40bd53c54eeef2099a4d565d9f94cd66460bfbe22b7f9b4f009bfd
|
|
4
|
+
data.tar.gz: afe50a5e925f0c55ecbfab28d434640e43e307a15bf1f4170c3864bf373a3767
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7694cb6f358702bc83e7612b193806375c614759cf3302e2da1cadc449bff2c23e1843d1315cbfe8ac04306601a430b4c657e9d26fc9b33d99b8f78d260aaf94
|
|
7
|
+
data.tar.gz: 1df5a2e2283add6cc43b5393fc9227a337ae662568efb5bee53604c6dedb947f16255d1eebaf0cfb5edc4b07afd8ddd11eb938968239c06ff770b5fdc7713035
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# sqlite3-ruby Changelog
|
|
2
2
|
|
|
3
|
+
## 2.9.3 / 2026-04-15
|
|
4
|
+
|
|
5
|
+
- Vendored sqlite is updated to [v3.53.0](https://www.sqlite.org/releaselog/3_53_0.html) (from v3.51.3). #696 @flavorjones
|
|
6
|
+
|
|
7
|
+
|
|
3
8
|
## 2.9.2 / 2026-03-15
|
|
4
9
|
|
|
5
10
|
- Vendored sqlite is updated to [v3.51.3](https://www.sqlite.org/releaselog/3_51_3.html) (from v3.51.2). #688 @flavorjones
|
data/dependencies.yml
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
sqlite3:
|
|
2
2
|
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
|
|
3
|
-
#
|
|
3
|
+
# 60c4b08c6729761e488d185e0d52411da10b14c72b53ada6936dc5eea225cefe
|
|
4
4
|
#
|
|
5
|
-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-
|
|
6
|
-
#
|
|
5
|
+
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3530000.tar.gz
|
|
6
|
+
# 60c4b08c6729761e488d185e0d52411da10b14c72b53ada6936dc5eea225cefe ports/archives/sqlite-autoconf-3530000.tar.gz
|
|
7
7
|
#
|
|
8
|
-
# $ sha256sum ports/archives/sqlite-autoconf-
|
|
9
|
-
#
|
|
10
|
-
version: "3.
|
|
8
|
+
# $ sha256sum ports/archives/sqlite-autoconf-3530000.tar.gz
|
|
9
|
+
# 851e9b38192fe2ceaa65e0baa665e7fa06230c3d9bd1a6a9662d02380d73365a ports/archives/sqlite-autoconf-3530000.tar.gz
|
|
10
|
+
version: "3.53.0"
|
|
11
11
|
files:
|
|
12
|
-
- url: "https://sqlite.org/2026/sqlite-autoconf-
|
|
13
|
-
sha256: "
|
|
12
|
+
- url: "https://sqlite.org/2026/sqlite-autoconf-3530000.tar.gz"
|
|
13
|
+
sha256: "851e9b38192fe2ceaa65e0baa665e7fa06230c3d9bd1a6a9662d02380d73365a"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/sqlite3/version.rb
CHANGED