bump sqlite 3.22.0

closes #526
This commit is contained in:
Yasuhiro Matsumoto
2018-02-07 19:46:39 +09:00
parent f84a0f6cbe
commit a9601262ce
4 changed files with 5565 additions and 3200 deletions

View File

@@ -29,7 +29,7 @@ func main() {
var url string
doc.Find("a").Each(func(_ int, s *goquery.Selection) {
if url == "" && strings.HasPrefix(s.Text(), "sqlite-amalgamation-") {
url = "https://www.sqlite.org/2017/" + s.Text()
url = "https://www.sqlite.org/2018/" + s.Text()
}
})
if url == "" {