mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump sqlite version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
0faf37f421
commit
048229bb71
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="3230100"
|
||||
VERSION="3240000"
|
||||
SRCDIR="sqlite-autoconf-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.gz"
|
||||
URL="https://sqlite.org/2018/"
|
||||
SHA256SUM="92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25"
|
||||
SHA256SUM="d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a"
|
||||
DEPENDS="readline"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue