Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Downgrade sqlite3 to 3.35.5 to fix spatialite regression (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored Nov 6, 2021
1 parent 6eef199 commit 2b9845f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/sqlite3/recipe.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# version of your package
VERSION_sqlite3=3360000
VERSION_sqlite3=3350500

# dependencies of this recipe
DEPS_sqlite3=()
Expand All @@ -10,7 +10,7 @@ DEPS_sqlite3=()
URL_sqlite3=http://www.sqlite.org/2021/sqlite-amalgamation-${VERSION_sqlite3}.zip

# md5 of the package
MD5_sqlite3=c5d360c74111bafae1b704721ff18fe6
MD5_sqlite3=5526d3309d889d0b9ed8ce73c1ee3b23

# default build path
BUILD_sqlite3=$BUILD_PATH/sqlite3/$(get_directory $URL_sqlite3)
Expand Down

0 comments on commit 2b9845f

Please sign in to comment.