mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-psycopg2: updated for version 2.9.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ba91776792
commit
ce51beb6fc
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-psycopg2
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-2.9.3}
|
||||
VERSION=${VERSION:-2.9.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-psycopg2"
|
||||
VERSION="2.9.3"
|
||||
VERSION="2.9.4"
|
||||
HOMEPAGE="http://initd.org/psycopg/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.3.tar.gz"
|
||||
MD5SUM="1415674b95557329867ce68bd841a48b"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.4.tar.gz"
|
||||
MD5SUM="b9f0e6780e4793f7cb6dfcb9e244a9b4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
|
|
Loading…
Reference in a new issue