pgbouncer: update to 1.17.0.
This commit is contained in:
parent
c9d46aeb49
commit
1688884a0d
|
@ -1,22 +1,22 @@
|
|||
# Template file for 'pgbouncer'
|
||||
pkgname=pgbouncer
|
||||
version=1.16.1
|
||||
version=1.17.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libevent-devel"
|
||||
checkdepends="which postgresql13 postgresql13-client"
|
||||
checkdepends="which postgresql14 postgresql14-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=087477e9e4766d032b04b7b006c0c8d64160a54141a7bfc2c6e5ae7ae11bf7fc
|
||||
checksum=657309b7bc5c7a85cbf70a9a441b535f7824123081eabb7ba86d00349a256e23
|
||||
make_check=ci-skip # Postgres server can't be run as root
|
||||
|
||||
pre_check() {
|
||||
. /etc/profile.d/postgresql13.sh
|
||||
. /etc/profile.d/postgresql14.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue