diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-08-02 21:45:46 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-05 07:07:57 +0700 |
commit | 450437e1cb1d6d4246b55cf7ef9d91b45bb59b10 (patch) | |
tree | 6423ea611c56026f1958f1fee5fc31ceb991f69c /python/PyGreSQL | |
parent | d1058b5d2963164dd21be5c67ea978d678709f87 (diff) |
python/PyGreSQL: Updated for version 5.0.4
Signed-off-by: Christoph Willing <chris.willing@linux.com>
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 3c8fa0856974..acf8e3d2bcc8 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.0.3} +VERSION=${VERSION:-5.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info index 8522df11cec9..fd069ea185f6 100644 --- a/python/PyGreSQL/PyGreSQL.info +++ b/python/PyGreSQL/PyGreSQL.info @@ -1,8 +1,8 @@ PRGNAM="PyGreSQL" -VERSION="5.0.3" +VERSION="5.0.4" HOMEPAGE="http://www.pygresql.org" -DOWNLOAD="http://www.pygresql.org/files/PyGreSQL-5.0.3.tar.gz" -MD5SUM="8bb46b28ed99140b57679e1c03162ea1" +DOWNLOAD="http://www.pygresql.org/files/PyGreSQL-5.0.4.tar.gz" +MD5SUM="8b2e3e238fe84684cd8b529e8d6bd835" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |