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:
parent
7e1857c35a
commit
21da79980f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue