pgbouncer: update to 1.14.0.

This commit is contained in:
Kyle Nusbaum 2020-07-01 05:23:20 -05:00 committed by Piotr
parent df1427f6dd
commit f3e3d8774d

View file

@ -1,7 +1,7 @@
# Template file for 'pgbouncer' # Template file for 'pgbouncer'
pkgname=pgbouncer pkgname=pgbouncer
version=1.13.0 version=1.14.0
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libevent-devel" makedepends="libevent-devel"
@ -10,7 +10,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="ISC" license="ISC"
homepage="https://pgbouncer.github.io/" homepage="https://pgbouncer.github.io/"
distfiles="https://pgbouncer.github.io/downloads/files/${version}/pgbouncer-${version}.tar.gz" distfiles="https://pgbouncer.github.io/downloads/files/${version}/pgbouncer-${version}.tar.gz"
checksum=4cb821c95f05625594355bba89c139f2a4e062af221c2135bf0526b920c89d31 checksum=a0c13d10148f557e36ff7ed31793abb7a49e1f8b09aa2d4695d1c28fa101fee7
post_install() { post_install() {
vlicense COPYRIGHT vlicense COPYRIGHT