mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
libpqxx: update to 6.2.4.
This commit is contained in:
parent
56a99562e8
commit
af3ca8cfd5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libpqxx'
|
# Template file for 'libpqxx'
|
||||||
pkgname=libpqxx
|
pkgname=libpqxx
|
||||||
version=6.2.3
|
version=6.2.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --disable-documentation"
|
configure_args="--enable-shared --disable-documentation"
|
||||||
|
@ -9,10 +9,10 @@ makedepends="postgresql-libs-devel"
|
||||||
short_desc="C++ connector for PostgreSQL"
|
short_desc="C++ connector for PostgreSQL"
|
||||||
maintainer="John Regan <john@jrjrtech.com>"
|
maintainer="John Regan <john@jrjrtech.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
#changelog="https://raw.githubusercontent.com/jtv/libpqxx/master/NEWS"
|
|
||||||
homepage="http://pqxx.org/development/libpqxx"
|
homepage="http://pqxx.org/development/libpqxx"
|
||||||
|
changelog="https://raw.githubusercontent.com/jtv/libpqxx/master/NEWS"
|
||||||
distfiles="https://github.com/jtv/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/jtv/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=382b88992c6162c9814388cc8575eb774ffad03d49743a5d9576aa3bffc91dfa
|
checksum=91a295d9e06fc36db5d993970aa1928e053a57ec03bf6284a1c534844ed35ed3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue