Compare commits
2 Commits
1400b3d1af
...
d701de6032
Author | SHA256 | Date | |
---|---|---|---|
|
d701de6032 | ||
|
71acaa47a2 |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d9a15a42db7c78f88fe3d3c5945acce2f4bfe9e4da9f685cd19f6ea1d40aa884
|
|
||||||
size 2820489
|
|
3
sqlite-amalgamation-3490000.zip
Normal file
3
sqlite-amalgamation-3490000.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cb6851ebad74913672014c20f642bbd7883552c4747780583a54ee1cd493f13b
|
||||||
|
size 2826299
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d827583349ccdd91b4a465a4bd1377d009cdadb60efef3156ff08021cc79d30
|
|
||||||
size 18246342
|
|
3
sqlite-jdbc-3.49.0.0.tar.gz
Normal file
3
sqlite-jdbc-3.49.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c77f993b82b94ea0df41722d583956a4628bb780d78f90457b6206cbd702286e
|
||||||
|
size 18266635
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 7 02:31:31 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- Update to v3.49.0.0
|
||||||
|
* Features
|
||||||
|
~ sqlite
|
||||||
|
+ upgrade to sqlite 3.49.0
|
||||||
|
* Build
|
||||||
|
~ deps
|
||||||
|
+ bump org.graalvm.sdk:nativeimage from 24.1.1 to 24.1.2
|
||||||
|
~ deps-dev
|
||||||
|
+ bump org.assertj:assertj-core from 3.27.2 to 3.27.3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 16 06:23:01 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
Thu Jan 16 06:23:01 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
||||||
%global version 3.48.0.0
|
%global version 3.49.0.0
|
||||||
%global amalgamation_version 3480000
|
%global amalgamation_version 3490000
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
Name: sqlite-jdbc
|
Name: sqlite-jdbc
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user