]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
up to 3.34.1 auto/th/sqlite3-3.34.1-1
authorJan Palus <atler@pld-linux.org>
Sat, 23 Jan 2021 22:54:13 +0000 (23:54 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 23 Jan 2021 22:54:13 +0000 (23:54 +0100)
sqlite3.spec

index 486f850f521e2ea3ba40313b55b195b69198b80c..d7cbe22397fecc94fd494bb30588d5706fd16652 100644 (file)
@@ -25,7 +25,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    3340000
+%define                vnum    3340100
 %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)}
 
 %define                tclver          8.6
@@ -37,8 +37,8 @@ Release:      1
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
-Source0:       https://www.sqlite.org/2020/sqlite-src-%{vnum}.zip
-# Source0-md5: ce61b97012ab111d1ccd7f2d97922ec7
+Source0:       https://www.sqlite.org/2021/sqlite-src-%{vnum}.zip
+# Source0-md5: ec0538175e7c05d2fb2539022c7b97b6
 Patch0:                %{name}-sign-function.patch
 # https://github.com/CanonicalLtd/dqlite/issues/91
 URL:           https://www.sqlite.org/
This page took 0.293828 seconds and 4 git commands to generate.