pgbouncer: update to 1.15.0.

Fix tests and add changelog.

Closes: #27984 [via git-merge-pr]
This commit is contained in:
Imran Khan 2021-01-13 21:41:21 +06:00 committed by Érico Rolim
parent 705698f99c
commit 391f36b9b2

View file

@ -1,16 +1,22 @@
# Template file for 'pgbouncer'
pkgname=pgbouncer
version=1.14.0
version=1.15.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libevent-devel"
checkdepends="which postgresql13 postgresql13-client"
short_desc="Lightweight connection pooler for PostgreSQL"
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="ISC"
homepage="https://pgbouncer.github.io/"
changelog="https://raw.githubusercontent.com/pgbouncer/pgbouncer/master/NEWS.md"
distfiles="https://pgbouncer.github.io/downloads/files/${version}/pgbouncer-${version}.tar.gz"
checksum=a0c13d10148f557e36ff7ed31793abb7a49e1f8b09aa2d4695d1c28fa101fee7
checksum=e05a9e158aa6256f60aacbcd9125d3109155c1001a1d1c15d33a37c685d31380
pre_check() {
. /etc/profile.d/postgresql13.sh
}
post_install() {
vlicense COPYRIGHT