pgbouncer: update to 1.17.0.

This commit is contained in:
Imran Khan 2022-07-20 22:08:01 +06:00 committed by classabbyamp
parent c9d46aeb49
commit 1688884a0d
1 changed files with 4 additions and 4 deletions

View File

@ -1,22 +1,22 @@
# Template file for 'pgbouncer' # Template file for 'pgbouncer'
pkgname=pgbouncer pkgname=pgbouncer
version=1.16.1 version=1.17.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libevent-devel" makedepends="libevent-devel"
checkdepends="which postgresql13 postgresql13-client" checkdepends="which postgresql14 postgresql14-client"
short_desc="Lightweight connection pooler for PostgreSQL" short_desc="Lightweight connection pooler for PostgreSQL"
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>" maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="ISC" license="ISC"
homepage="https://pgbouncer.github.io/" homepage="https://pgbouncer.github.io/"
changelog="https://raw.githubusercontent.com/pgbouncer/pgbouncer/master/NEWS.md" changelog="https://raw.githubusercontent.com/pgbouncer/pgbouncer/master/NEWS.md"
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=087477e9e4766d032b04b7b006c0c8d64160a54141a7bfc2c6e5ae7ae11bf7fc checksum=657309b7bc5c7a85cbf70a9a441b535f7824123081eabb7ba86d00349a256e23
make_check=ci-skip # Postgres server can't be run as root make_check=ci-skip # Postgres server can't be run as root
pre_check() { pre_check() {
. /etc/profile.d/postgresql13.sh . /etc/profile.d/postgresql14.sh
} }
post_install() { post_install() {