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 <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
966f16f775
commit
7136fcda6c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="3220000"
|
||||
VERSION="3230000"
|
||||
SRCDIR="sqlite-autoconf-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.gz"
|
||||
URL="https://sqlite.org/2018/"
|
||||
SHA256SUM="2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612"
|
||||
SHA256SUM="b7711a1800a071674c2bf76898ae8584fc6c9643cfe933cfc1bc54361e3a6e49"
|
||||
DEPENDS="readline"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue