update to 3.22.0.0
This commit is contained in:
parent
0adf16ef8d
commit
517ebbafd4
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ sqlite-3.6.22.tar.gz
|
||||
/sqlite-src-3190300.zip
|
||||
/sqlite-src-3200000.zip
|
||||
/sqlite-src-3200100.zip
|
||||
/sqlite-src-3220000.zip
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
%global name1 sqlite
|
||||
|
||||
%global realver 3200100
|
||||
%global rpmver 3.20.1.0
|
||||
%global realver 3220000
|
||||
%global rpmver 3.22.0.0
|
||||
|
||||
# bcond default logic is nicely backwards...
|
||||
%bcond_with tcl
|
||||
@ -17,7 +17,7 @@ Summary: MinGW Windows port of sqlite embeddable SQL database engine
|
||||
License: Public Domain
|
||||
Group: Applications/Databases
|
||||
URL: http://www.sqlite.org/
|
||||
Source0: http://www.sqlite.org/2017/%{name1}-src-%{realver}.zip
|
||||
Source0: http://www.sqlite.org/2018/%{name1}-src-%{realver}.zip
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -222,6 +222,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 23 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.22.0.0-1
|
||||
- update to 3.22.0.0
|
||||
|
||||
* Thu Aug 24 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.20.1.0-1
|
||||
- update to 3.20.1.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sqlite-src-3200100.zip) = 845a0d64c9356aadf178c04dd716bbd37a7353526b06cfa8e8f65653cf6a1893a5c5e8c78d20b43910c34d9167272cf517749c91ed0ba7686977e3d0327e8939
|
||||
SHA512 (sqlite-src-3220000.zip) = e35defb0ffcc10100399051bc734746de40fa3dc5cd673eac470fb58cd8bd6d911b6dacb5e8489e2dd79c6ae75faaeb8c02384f64c4595963e62bd3faeb9446c
|
||||
|
Loading…
Reference in New Issue
Block a user