sqlite3: update to 3.7.4
This commit is contained in:
parent
47d24cd04b
commit
889c0f2292
@ -1 +1 @@
|
||||
74fe78b264f1c434c4b159d45b78e9b7 sqlite-amalgamation-3.7.3.tar.gz
|
||||
8f0c690bfb33c3cbbc2471c3d9ba0158 sqlite-autoconf-3070400.tar.gz
|
||||
|
@ -4,13 +4,13 @@
|
||||
# Depends on: ncurses, readline
|
||||
|
||||
name=sqlite3
|
||||
version=3.7.3
|
||||
version=3.7.4
|
||||
release=1
|
||||
|
||||
source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)
|
||||
source=(http://www.sqlite.org/sqlite-autoconf-${version//./0}00.tar.gz)
|
||||
|
||||
build () {
|
||||
cd sqlite-$version
|
||||
cd sqlite-autoconf-${version//./0}00
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user