Skip to content

Commit

Permalink
Merge pull request #10 from harryvederci/master
Browse files Browse the repository at this point in the history
Update to latest sqlite3 version (3360000)
  • Loading branch information
bakpakin authored Oct 5, 2021
2 parents d036bb2 + 504772a commit c5d9cb3
Show file tree
Hide file tree
Showing 4 changed files with 11,291 additions and 6,102 deletions.
2 changes: 1 addition & 1 deletion dl-sqlite3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env janet

# Update to latest version at https://www.sqlite.org/download.html
(def version "3340100")
(def version "3360000")

(def unpacked (string "sqlite-amalgamation-" version))
(def zip-file (string "sqlite-amalgamation-" version ".zip"))
Expand Down
Loading

0 comments on commit c5d9cb3

Please sign in to comment.