1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-18 09:20:12 +02:00

Bump sqlite3 version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-03-31 12:54:01 +02:00
parent 6faf86b0d2
commit f962a88bba

View file

@ -1,16 +1,16 @@
VERSION="3250300"
VERSION="3270200"
SRCDIR="sqlite-autoconf-${VERSION}"
TARBALL="${SRCDIR}.tar.gz"
URL="https://sqlite.org/2018/"
SHA256SUM="00ebf97be13928941940cc71de3d67e9f852698233cd98ce2d178fd08092f3dd"
DEPENDS="readline-dev toolchain"
URL="https://sqlite.org/2019"
SHA256SUM="50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e"
DEPENDS="readline-dev zlib-dev toolchain"
prepare() {
return
}
build() {
run_configure "$1" --disable-tcl
run_configure "$1" --enable-readline --disable-static-shell
make -j $NUMJOBS
}