dqlite: update to 0.11.1
This commit is contained in:
parent
09f19cb03a
commit
32f1a22b72
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'dqlite'
|
# Template file for 'dqlite'
|
||||||
pkgname=dqlite
|
pkgname=dqlite
|
||||||
version=1.10.0
|
version=1.11.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config automake libtool"
|
hostmakedepends="pkg-config automake libtool"
|
||||||
makedepends="sqlite-devel raft-devel"
|
makedepends="sqlite-devel raft-devel"
|
||||||
short_desc="Distributed SQLite database using the Raft algorithm"
|
short_desc="Distributed SQLite database using the Raft algorithm"
|
||||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||||
license="custom:LGPL-3.0-only-linking-exception"
|
license="custom:LGPL-3.0-only-linking-exception"
|
||||||
homepage="https://github.com/canonical/dqlite"
|
homepage="https://github.com/canonical/dqlite"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=46f57036bd5ac4c67b76c07ef3ce58b674458eb1564131c80f11a2d5ec7db962
|
checksum=f900b81b7ba66ba654c734f7fc9f01caf462408f3751f5357019db0c18d438b5
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
Loading…
Reference in New Issue