From e41f77daa8cc5b6751c860048b8d0b8e14ef3e19 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 3 Oct 2019 21:04:59 -0700 Subject: [PATCH] sqlite-replication: update to 3.29.0 This fixes an issue with lxd where sqlite-replication conflicts with sqlite. Special thanks to jsbronder in IRC for pointing this out. --- srcpkgs/sqlite-replication/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sqlite-replication/template b/srcpkgs/sqlite-replication/template index b5b1063d8ca..6eb87c4d706 100644 --- a/srcpkgs/sqlite-replication/template +++ b/srcpkgs/sqlite-replication/template @@ -1,6 +1,6 @@ # Template file for 'sqlite-replication' pkgname=sqlite-replication -version=3.28.0 +version=3.29.0 revision=1 wrksrc="sqlite-version-${version}-replication3" build_style=gnu-configure @@ -12,7 +12,7 @@ maintainer="Cameron Nemo " license="Public Domain" homepage="https://github.com/CanonicalLtd/sqlite" distfiles="${homepage}/archive/version-${version}+replication3.tar.gz" -checksum=3e52fb92ef8f66ba640145941f05aabbffb4f422a0b9a42a97b6806e2c3c6812 +checksum=516ae04b7bef44b6de71fed99f41f1f11afc781495145c7bccf3c1e1073c37be replaces="sqlite>=3.8.11.1_3" provides="sqlite-${version}_${revision}" shlib_provides="libsqlite3.so"