libraries/libpqxx: Updated for version 6.4.5.

This commit is contained in:
Benjamin Trigona-Harany 2019-09-10 07:39:19 -07:00 committed by Willy Sudiarto Raharjo
parent 9b114015cc
commit 4534a0c8d4
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for libpqxx
# Copyright 2019 Benjamin Trigona-Harant <slackbuilds@jaxartes.net>
# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2013 Mario St-Gelais <mario.stg@videotron.ca>
# All rights reserved.
#
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libpqxx
VERSION=${VERSION:-6.4.4}
VERSION=${VERSION:-6.4.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="libpqxx"
VERSION="6.4.4"
VERSION="6.4.5"
HOMEPAGE="http://pqxx.org/development/libpqxx/"
DOWNLOAD="https://github.com/jtv/libpqxx/archive/6.4.4/libpqxx-6.4.4.tar.gz"
MD5SUM="554e285442ca01f7a6c0f774e1a3e322"
DOWNLOAD="https://github.com/jtv/libpqxx/archive/6.4.5/libpqxx-6.4.5.tar.gz"
MD5SUM="ebcac8310b872b846e55916bff1fcf4a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"