pgbouncer: update to 1.10.0.
This commit is contained in:
parent
d6153877fc
commit
ba4ce61c90
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
# Template file for 'pgbouncer'
|
||||||
pkgname=pgbouncer
|
pkgname=pgbouncer
|
||||||
version=1.9.0
|
version=1.10.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libevent-devel"
|
makedepends="libevent-devel"
|
||||||
short_desc="Lightweight connection pooler for PostgreSQL"
|
short_desc="Lightweight connection pooler for PostgreSQL"
|
||||||
|
@ -8,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=39eca9613398636327e79cbcbd5b41115035bca9ca1bd3725539646468825f04
|
checksum=d8a01442fe14ce3bd712b9e2e12456694edbbb1baedb0d6ed1f915657dd71bd5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYRIGHT
|
vlicense COPYRIGHT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue