mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/PyGreSQL: Updated for version 6.0.1
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
24259740ef
commit
a75ed8d97f
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for PyGreSQL
|
||||
|
||||
# Copyright 2013-2023, Christoph Willing, Brisbane Australia
|
||||
# Copyright 2013-2024, Christoph Willing, Sydney Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=PyGreSQL
|
||||
VERSION=${VERSION:-6.0}
|
||||
VERSION=${VERSION:-6.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="PyGreSQL"
|
||||
VERSION="6.0"
|
||||
VERSION="6.0.1"
|
||||
HOMEPAGE="http://www.pygresql.org"
|
||||
DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/6.0/PyGreSQL-6.0.tar.gz"
|
||||
MD5SUM="5506a20d736b9fe014a790826bdb2090"
|
||||
DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/6.0.1/PyGreSQL-6.0.1.tar.gz"
|
||||
MD5SUM="ba1f7cb1d2a086120c93889a46c34872"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
|
|
Loading…
Reference in a new issue