mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
pgbouncer: update to 1.14.0.
This commit is contained in:
parent
df1427f6dd
commit
f3e3d8774d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pgbouncer'
|
# Template file for 'pgbouncer'
|
||||||
pkgname=pgbouncer
|
pkgname=pgbouncer
|
||||||
version=1.13.0
|
version=1.14.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libevent-devel"
|
makedepends="libevent-devel"
|
||||||
|
@ -10,7 +10,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=4cb821c95f05625594355bba89c139f2a4e062af221c2135bf0526b920c89d31
|
checksum=a0c13d10148f557e36ff7ed31793abb7a49e1f8b09aa2d4695d1c28fa101fee7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYRIGHT
|
vlicense COPYRIGHT
|
||||||
|
|
Loading…
Add table
Reference in a new issue