diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-09-26 18:20:32 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-30 07:19:02 +0700 |
commit | cf81ea24a996d7f54fa05a1d0d7aad25361d2f9f (patch) | |
tree | c0a4187aaa3622beb71b4458eae5266e4dcdac2c /python/ndg_httpsclient | |
parent | 07971c26009e91194bdb384ac4a88e4c540272fd (diff) | |
download | slackbuilds-cf81ea24a996d7f54fa05a1d0d7aad25361d2f9f.tar.gz |
python/ndg_httpsclient: Updated for version 0.4.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/ndg_httpsclient')
-rw-r--r-- | python/ndg_httpsclient/ndg_httpsclient.SlackBuild | 4 | ||||
-rw-r--r-- | python/ndg_httpsclient/ndg_httpsclient.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/ndg_httpsclient/ndg_httpsclient.SlackBuild b/python/ndg_httpsclient/ndg_httpsclient.SlackBuild index d7109ac129..6f401280db 100644 --- a/python/ndg_httpsclient/ndg_httpsclient.SlackBuild +++ b/python/ndg_httpsclient/ndg_httpsclient.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ndg_httpsclient -# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ndg_httpsclient -VERSION=${VERSION:-0.4.2} +VERSION=${VERSION:-0.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/ndg_httpsclient/ndg_httpsclient.info b/python/ndg_httpsclient/ndg_httpsclient.info index 2756230d50..0fcb93040d 100644 --- a/python/ndg_httpsclient/ndg_httpsclient.info +++ b/python/ndg_httpsclient/ndg_httpsclient.info @@ -1,8 +1,8 @@ PRGNAM="ndg_httpsclient" -VERSION="0.4.2" +VERSION="0.4.3" HOMEPAGE="https://github.com/cedadev/ndg_httpsclient/" -DOWNLOAD="https://pypi.python.org/packages/a2/a7/ad1c1c48e35dc7545dab1a9c5513f49d5fa3b5015627200d2be27576c2a0/ndg_httpsclient-0.4.2.tar.gz" -MD5SUM="b3a958c0e9aaf4d3f8dd933f46f8c1a9" +DOWNLOAD="https://pypi.python.org/packages/25/4c/28c412126f0394dbb3d8005465357581f087fc7ec100b0e83838a90009b7/ndg_httpsclient-0.4.3.tar.gz" +MD5SUM="59a2f0a5b3b60e6c520a9cc7be9aff87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyOpenSSL" |