pgbouncer: update to 1.11.0.

This commit is contained in:
Kyle Nusbaum 2019-09-03 14:49:58 -05:00 committed by Helmut Pozimski
parent a818c484c2
commit 997ce1ced8

View file

@ -1,6 +1,6 @@
# Template file for 'pgbouncer' # Template file for 'pgbouncer'
pkgname=pgbouncer pkgname=pgbouncer
version=1.10.0 version=1.11.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="libevent-devel" makedepends="libevent-devel"
@ -9,7 +9,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=d8a01442fe14ce3bd712b9e2e12456694edbbb1baedb0d6ed1f915657dd71bd5 checksum=84802fa48a2806c53675764ce10a8b6e4733f196eb23e1aa4b954dcbe7287e70
post_install() { post_install() {
vlicense COPYRIGHT vlicense COPYRIGHT