diff options
author | Christoph Willing <chris.willing@linux.com> | 2020-06-26 08:07:05 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:17:03 +0700 |
commit | f42ca08de368ff792b0ef89433f640576e260aef (patch) | |
tree | 310e87c44193cdfdcf0e487944d72e76ad7ca4f4 /python/PyGreSQL | |
parent | 212d2a5bd26790134da1dc0fbde1c267ce51c1f7 (diff) |
python/PyGreSQL: Updated for version 5.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyGreSQL')
-rw-r--r-- | python/PyGreSQL/PyGreSQL.SlackBuild | 2 | ||||
-rw-r--r-- | python/PyGreSQL/PyGreSQL.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/PyGreSQL/PyGreSQL.SlackBuild b/python/PyGreSQL/PyGreSQL.SlackBuild index 98daeb766818..81d876a62cda 100644 --- a/python/PyGreSQL/PyGreSQL.SlackBuild +++ b/python/PyGreSQL/PyGreSQL.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=PyGreSQL -VERSION=${VERSION:-5.1.2} +VERSION=${VERSION:-5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info index c955da975d72..1653fbb2526a 100644 --- a/python/PyGreSQL/PyGreSQL.info +++ b/python/PyGreSQL/PyGreSQL.info @@ -1,8 +1,8 @@ PRGNAM="PyGreSQL" -VERSION="5.1.2" +VERSION="5.2" HOMEPAGE="http://www.pygresql.org" -DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.1.2/PyGreSQL-5.1.2.tar.gz" -MD5SUM="2e7653b829bf2f0f128b1684fcd1eec1" +DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2/PyGreSQL-5.2.tar.gz" +MD5SUM="387f21c9703813ee4d0d5f296dc3f1d3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |