sqlite-replication: update to 3.27.2.

This commit is contained in:
Cameron Nemo 2019-03-09 08:59:37 -08:00 committed by maxice8
parent a4c78debcc
commit 4e2aaa3e09
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sqlite-replication'
pkgname=sqlite-replication
version=3.27.1
version=3.27.2
revision=1
wrksrc="sqlite-version-${version}-replication3"
build_style=gnu-configure
@ -12,7 +12,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="Public Domain"
homepage="https://github.com/CanonicalLtd/sqlite"
distfiles="${homepage}/archive/version-${version}+replication3.tar.gz"
checksum=0d92cab3c07f20064af4fa11b360e9871206766486618dd66a672c02c05cac36
checksum=bb36b4e998df397778353a192c8be0e5b5e30264b541584202abb698179614a0
replaces="sqlite>=3.8.11.1_3"
provides="sqlite-${version}_${revision}"
shlib_provides="libsqlite3.so"
@ -26,8 +26,8 @@ CFLAGS+=" -DHAVE_FDATASYNC"
disable_parallel_build=yes
pre_configure() {
printf -- "D 2019-02-11T16:47:35\n" > manifest
printf -- "cf1adb3235ffa52c5b7baa911d5a27e352923e2f" > manifest.uuid
printf -- "D 2019-03-09T15:45:46\n" > manifest
printf -- "8250984a368079bb1838d48d99f8c1a6282e00bc" > manifest.uuid
sed -i -e 's/ -ltinfo//g' configure
}