pgbouncer: update to 1.20.1.
This commit is contained in:
parent
9378bd9871
commit
0b7d9a75a9
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pgbouncer'
|
||||
pkgname=pgbouncer
|
||||
version=1.19.1
|
||||
revision=2
|
||||
version=1.20.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libevent-devel"
|
||||
|
@ -12,7 +12,7 @@ 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=58c3eff9bb72c18133b28e1f034fd59356ea76281c65e127432ca101c208a394
|
||||
checksum=24992cf557d73426d7048698dffc7b019e6364d4d8757ae2cf5e2471286a2088
|
||||
make_check=ci-skip # Postgres server can't be run as root
|
||||
|
||||
pre_check() {
|
||||
|
|
Loading…
Reference in New Issue