mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/psycopg2: Updated for version 2.8.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e4ce730ae9
commit
78487da598
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=psycopg2
|
||||
VERSION=${VERSION:-2.8.5}
|
||||
VERSION=${VERSION:-2.8.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="psycopg2"
|
||||
VERSION="2.8.5"
|
||||
VERSION="2.8.6"
|
||||
HOMEPAGE="http://initd.org/psycopg/"
|
||||
DOWNLOAD="http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-2.8.5.tar.gz"
|
||||
MD5SUM="c232ff3e3bfee35e1a0e15bc089cb294"
|
||||
DOWNLOAD="http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-2.8.6.tar.gz"
|
||||
MD5SUM="ae2ff92f1cfcd890bd5f09f4d1d7d60c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql python3"
|
||||
|
|
Loading…
Reference in a new issue