1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-11-22 02:59:47 +01:00

Bump sqlite3 version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-07-07 14:45:51 +02:00
parent 7e1857c35a
commit 21da79980f

View file

@ -1,8 +1,8 @@
VERSION="3270200"
VERSION="3280000"
SRCDIR="sqlite-autoconf-${VERSION}"
TARBALL="${SRCDIR}.tar.gz"
URL="https://sqlite.org/2019"
SHA256SUM="50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e"
SHA256SUM="d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3"
DEPENDS="readline-dev zlib-dev toolchain"
SUBPKG="sqlite3 sqlite3-dev sqlite3-shell"