update to 3.27.0.0
This commit is contained in:
parent
9a84a9df03
commit
1f8f4efe50
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ sqlite-3.6.22.tar.gz
|
||||
/sqlite-src-3230100.zip
|
||||
/sqlite-src-3240000.zip
|
||||
/sqlite-src-3260000.zip
|
||||
/sqlite-src-3270000.zip
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
%global name1 sqlite
|
||||
|
||||
%global realver 3260000
|
||||
%global rpmver 3.26.0.0
|
||||
%global realver 3270000
|
||||
%global rpmver 3.27.0.0
|
||||
|
||||
# bcond default logic is nicely backwards...
|
||||
%bcond_with tcl
|
||||
@ -16,7 +16,7 @@ Summary: MinGW Windows port of sqlite embeddable SQL database engine
|
||||
|
||||
License: Public Domain
|
||||
URL: http://www.sqlite.org/
|
||||
Source0: http://www.sqlite.org/2018/%{name1}-src-%{realver}.zip
|
||||
Source0: http://www.sqlite.org/2019/%{name1}-src-%{realver}.zip
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -219,6 +219,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 07 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.27.0.0-1
|
||||
- update to 3.27.0.0
|
||||
|
||||
* Thu Feb 07 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.26.0.0-1
|
||||
- update to 3.26.0.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sqlite-src-3260000.zip) = 02faacd831781f25a12ffc8858d648f481d8bbdb68814b18c4c96e3a661233d0e25d675b95feeb35eee4b5ea88e5e0a1fc5fbaecbe434d3f7246d80e81bff6a3
|
||||
SHA512 (sqlite-src-3270000.zip) = 2f8badfd9325788d0c134c1139d74df283ca3787c8475287b068b9bc0600eabd09cfe2471b407449c7f3f16233dc78d5c1db12446c625d60f69a424fe47fae63
|
||||
|
Loading…
Reference in New Issue
Block a user