mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump sqlite3 version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
03a1208f45
commit
1d8a794e1f
2 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="3240000"
|
||||
VERSION="3250300"
|
||||
SRCDIR="sqlite-autoconf-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.gz"
|
||||
URL="https://sqlite.org/2018/"
|
||||
SHA256SUM="d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a"
|
||||
SHA256SUM="00ebf97be13928941940cc71de3d67e9f852698233cd98ce2d178fd08092f3dd"
|
||||
DEPENDS="readline"
|
||||
|
||||
prepare() {
|
||||
|
@ -19,6 +19,7 @@ deploy() {
|
|||
local DEPLOY="$2"
|
||||
|
||||
make DESTDIR="$DEPLOY" install
|
||||
cp "$SCRIPTDIR/pkg/$PKGNAME/rootfs_files.txt" "$DEPLOY"
|
||||
}
|
||||
|
||||
check_update() {
|
||||
|
|
4
pkg/sqlite3/rootfs_files.txt
Normal file
4
pkg/sqlite3/rootfs_files.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/sqlite3 m 555 0 0
|
||||
lib/libsqlite3.so.0.8.6 m 555 0 0
|
||||
lib/libsqlite3.so.0 m 777 0 0
|
||||
lib/libsqlite3.so m 777 0 0
|
Loading…
Reference in a new issue