libraries/libpqxx: Updated for version 6.4.5.
This commit is contained in:
parent
9b114015cc
commit
4534a0c8d4
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue