sqlite3: update to 3.7.8

This commit is contained in:
Juergen Daubert 2011-09-23 12:22:49 +02:00
parent 0a0df2042b
commit 3fe622bb8c
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
554026fe7fac47b1cf61c18d5fe43419 sqlite-autoconf-3070701.tar.gz
6bfb46d73caaa1bbbcd2b52184b6c542 sqlite-autoconf-3070800.tar.gz

View File

@ -4,13 +4,13 @@
# Depends on: ncurses, readline
name=sqlite3
version=3.7.7.1
version=3.7.8
release=1
source=(http://www.sqlite.org/sqlite-autoconf-${version//./0}.tar.gz)
source=(http://www.sqlite.org/sqlite-autoconf-${version//./0}00.tar.gz)
build () {
cd sqlite-autoconf-${version//./0}
cd sqlite-autoconf-${version//./0}00
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install