summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2020-10-14 08:03:47 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:36:30 +0700
commit9008e54faae182ef382e00851fe9f57395c9de5b (patch)
tree682adc72844a572c111caab48f0893475ab3dab1
parentd456a8c1bc7bf9bdad5b3f5600f4918d982fb377 (diff)
downloadslackbuilds-9008e54faae182ef382e00851fe9f57395c9de5b.tar.gz
slackbuilds-9008e54faae182ef382e00851fe9f57395c9de5b.tar.xz
python/PyGreSQL: Updated for version 5.2.1
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/PyGreSQL/PyGreSQL.SlackBuild2
-rw-r--r--python/PyGreSQL/PyGreSQL.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/PyGreSQL/PyGreSQL.SlackBuild b/python/PyGreSQL/PyGreSQL.SlackBuild
index 81d876a62c..719d46aace 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.2}
+VERSION=${VERSION:-5.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info
index 1653fbb252..2f074e37b1 100644
--- a/python/PyGreSQL/PyGreSQL.info
+++ b/python/PyGreSQL/PyGreSQL.info
@@ -1,8 +1,8 @@
PRGNAM="PyGreSQL"
-VERSION="5.2"
+VERSION="5.2.1"
HOMEPAGE="http://www.pygresql.org"
-DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2/PyGreSQL-5.2.tar.gz"
-MD5SUM="387f21c9703813ee4d0d5f296dc3f1d3"
+DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2.1/PyGreSQL-5.2.1.tar.gz"
+MD5SUM="57a58fa43d0e73101c049be26de4a715"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"