mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump sqlite3 version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
6faf86b0d2
commit
f962a88bba
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
VERSION="3250300"
|
VERSION="3270200"
|
||||||
SRCDIR="sqlite-autoconf-${VERSION}"
|
SRCDIR="sqlite-autoconf-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.gz"
|
TARBALL="${SRCDIR}.tar.gz"
|
||||||
URL="https://sqlite.org/2018/"
|
URL="https://sqlite.org/2019"
|
||||||
SHA256SUM="00ebf97be13928941940cc71de3d67e9f852698233cd98ce2d178fd08092f3dd"
|
SHA256SUM="50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e"
|
||||||
DEPENDS="readline-dev toolchain"
|
DEPENDS="readline-dev zlib-dev toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
run_configure "$1" --disable-tcl
|
run_configure "$1" --enable-readline --disable-static-shell
|
||||||
make -j $NUMJOBS
|
make -j $NUMJOBS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue