sqlite: update to 3.8.0.2.
This commit is contained in:
parent
d3aa7ecfbb
commit
287dfa30ed
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'sqlite'.
|
||||
pkgname=sqlite
|
||||
version=3.8.0.1
|
||||
version=3.8.0.2
|
||||
revision=1
|
||||
_amalgamationver=3080001
|
||||
_amalgamationver=3080002
|
||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||
build_style=gnu-configure
|
||||
makedepends="readline-devel"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.sqlite.org"
|
||||
license="Public Domain"
|
||||
distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36
|
||||
checksum=fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2
|
||||
|
||||
do_configure() {
|
||||
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
||||
|
|
Loading…
Reference in New Issue