mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pgbouncer: update to 1.12.0.
This commit is contained in:
parent
d79117ec95
commit
7f0504d367
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'pgbouncer'
|
# Template file for 'pgbouncer'
|
||||||
pkgname=pgbouncer
|
pkgname=pgbouncer
|
||||||
version=1.11.0
|
version=1.12.0
|
||||||
revision=2
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libevent-devel"
|
makedepends="libevent-devel"
|
||||||
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/"
|
||||||
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=84802fa48a2806c53675764ce10a8b6e4733f196eb23e1aa4b954dcbe7287e70
|
checksum=1b3c6564376cafa0da98df3520f0e932bb2aebaf9a95ca5b9fa461e9eb7b273e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYRIGHT
|
vlicense COPYRIGHT
|
||||||
|
|
Loading…
Add table
Reference in a new issue