]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
up to 3.32.3 auto/th/sqlite3-3.32.3-1
authorJan Palus <atler@pld-linux.org>
Sat, 20 Jun 2020 12:34:10 +0000 (14:34 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 20 Jun 2020 12:34:10 +0000 (14:34 +0200)
sqlite3.spec

index a0ee6410850360a288d31526eee0f73a40a388d0..81dfd50e19277be4cb8f23da8a78f94563778a55 100644 (file)
@@ -26,7 +26,7 @@
 
 # sqlite3 version with zero padded without any dots (3 08 10 01 is 3.8.10.1)
 # but trailing 00 means no 4rd part (3 11 01 00 is 3.11.1)
-%define                vnum    3320200
+%define                vnum    3320300
 %define                ver             %{lua:vn=rpm.expand("%vnum");v="";for i in string.gmatch(string.format("%08d", vn), "..") do v=v.."."..i:gsub("^0", "");end;v=v:gsub("^.",""):gsub("\.0$","");print(v)}
 
 # wal replication version
@@ -42,7 +42,7 @@ License:      Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:       https://www.sqlite.org/2020/sqlite-src-%{vnum}.zip
-# Source0-md5: 24d2dfcf286ff82c55108b73690931db
+# Source0-md5: 7c56e491de5ec630def428fae3a13bb4
 Patch0:                %{name}-sign-function.patch
 # https://github.com/CanonicalLtd/dqlite/issues/91
 Patch1:                https://github.com/CanonicalLtd/sqlite/releases/download/version-%{walver}+replication4/sqlite-%{walver}.diff
This page took 0.084885 seconds and 4 git commands to generate.