sqlite3 2.7.4-x86-linux-musl → 2.8.0-x86-linux-musl
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.1/sqlite3_native.so +0 -0
- data/lib/sqlite3/3.2/sqlite3_native.so +0 -0
- data/lib/sqlite3/3.3/sqlite3_native.so +0 -0
- data/lib/sqlite3/3.4/sqlite3_native.so +0 -0
- data/lib/sqlite3/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 503a55583f36e90d752db1ffa40487cfe80ff9418a2f22b1a5d46656314fb6b8
|
|
4
|
+
data.tar.gz: 3c6cb412fcaba50bd032ed6337cd053e453d91bf8497a9cf04c0bdb594a50b2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab109fffd43fbd0dd102a0fe7e31f45c7faa0e98da20f19c34063069e80223c6b7c5e704ddd79ce652a252bf04875a483c46e6967446784553351783dadf578d
|
|
7
|
+
data.tar.gz: cc8172a1f10f0ec26de4775ff05088ff9b05004d04ee97d1b9b8aebdfe333a17ff39713e16a300ce86f6d6370fb3a3d6ecb02c12e4c16ed261e806ceae9e95e8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# sqlite3-ruby Changelog
|
|
2
2
|
|
|
3
|
+
## 2.8.0 / 2025-11-05
|
|
4
|
+
|
|
5
|
+
- Vendored sqlite is updated to [v3.51.0](https://www.sqlite.org/releaselog/3_51_0.html) (from v3.50.4). #652 @flavorjones
|
|
6
|
+
|
|
7
|
+
|
|
3
8
|
## 2.7.4 / 2025-09-19
|
|
4
9
|
|
|
5
10
|
- Vendored sqlite is updated to [v3.50.4](https://www.sqlite.org/releaselog/3_50_4.html) (from v3.50.3). #644 @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
|
+
# fa52f9cc74dbca004aa650ae698036a3350611f672649e165078f4eae21d6a2e
|
|
4
4
|
#
|
|
5
|
-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-
|
|
6
|
-
#
|
|
5
|
+
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3510000.tar.gz
|
|
6
|
+
# fa52f9cc74dbca004aa650ae698036a3350611f672649e165078f4eae21d6a2e ports/archives/sqlite-autoconf-3510000.tar.gz
|
|
7
7
|
#
|
|
8
|
-
# $ sha256sum ports/archives/sqlite-autoconf-
|
|
9
|
-
#
|
|
10
|
-
version: "3.
|
|
8
|
+
# $ sha256sum ports/archives/sqlite-autoconf-3510000.tar.gz
|
|
9
|
+
# 42e26dfdd96aa2e6b1b1be5c88b0887f9959093f650d693cb02eb9c36d146ca5 ports/archives/sqlite-autoconf-3510000.tar.gz
|
|
10
|
+
version: "3.51.0"
|
|
11
11
|
files:
|
|
12
|
-
- url: "https://sqlite.org/2025/sqlite-autoconf-
|
|
13
|
-
sha256: "
|
|
12
|
+
- url: "https://sqlite.org/2025/sqlite-autoconf-3510000.tar.gz"
|
|
13
|
+
sha256: "42e26dfdd96aa2e6b1b1be5c88b0887f9959093f650d693cb02eb9c36d146ca5"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/sqlite3/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sqlite3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.8.0
|
|
5
5
|
platform: x86-linux-musl
|
|
6
6
|
authors:
|
|
7
7
|
- Jamis Buck
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
- Mike Dalessio
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2025-
|
|
13
|
+
date: 2025-11-05 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: |
|
|
16
16
|
Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled
|