mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
sqlite-replication: update to 3.27.1.
This commit is contained in:
parent
cd3910d962
commit
eeba9af83f
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sqlite-replication'
|
||||
pkgname=sqlite-replication
|
||||
version=3.26.0
|
||||
version=3.27.1
|
||||
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=9a2a636cdf947f130ea5e94b9eadfa6bf6f815eb2bc21a8e9dcf4a170e30876b
|
||||
checksum=0d92cab3c07f20064af4fa11b360e9871206766486618dd66a672c02c05cac36
|
||||
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 2018-12-04T22:36:52\n" > manifest
|
||||
printf -- "7948136cce4b08f6e35d02b623ffe174cad32146" > manifest.uuid
|
||||
printf -- "D 2019-02-11T16:47:35\n" > manifest
|
||||
printf -- "cf1adb3235ffa52c5b7baa911d5a27e352923e2f" > manifest.uuid
|
||||
|
||||
sed -i -e 's/ -ltinfo//g' configure
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue