diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-04 20:03:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-10 07:04:57 +0700 |
commit | c0d516a2de652c0a2d5cde05912cff9e2529f34f (patch) | |
tree | 77d6796535b2e93ff6d3fc15d5dc63e5b47a4ddb | |
parent | 41b701ef7e5b4788fb0193ee9c9af54c1f67dced (diff) | |
download | slackbuilds-c0d516a2de652c0a2d5cde05912cff9e2529f34f.tar.gz |
python/ndg_httpsclient: Updated for version 0.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/ndg_httpsclient/ndg_httpsclient.SlackBuild | 2 | ||||
-rw-r--r-- | python/ndg_httpsclient/ndg_httpsclient.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/ndg_httpsclient/ndg_httpsclient.SlackBuild b/python/ndg_httpsclient/ndg_httpsclient.SlackBuild index 399ec6fa74..8c1d77503e 100644 --- a/python/ndg_httpsclient/ndg_httpsclient.SlackBuild +++ b/python/ndg_httpsclient/ndg_httpsclient.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ndg_httpsclient -VERSION=${VERSION:-0.3.3} +VERSION=${VERSION:-0.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/ndg_httpsclient/ndg_httpsclient.info b/python/ndg_httpsclient/ndg_httpsclient.info index 7df664f093..023c8c69b4 100644 --- a/python/ndg_httpsclient/ndg_httpsclient.info +++ b/python/ndg_httpsclient/ndg_httpsclient.info @@ -1,8 +1,8 @@ PRGNAM="ndg_httpsclient" -VERSION="0.3.3" +VERSION="0.4.0" HOMEPAGE="https://github.com/cedadev/ndg_httpsclient/" -DOWNLOAD="https://pypi.python.org/packages/source/n/ndg-httpsclient/ndg_httpsclient-0.3.3.tar.gz" -MD5SUM="c05794017dedee47b297185d82ef795e" +DOWNLOAD="https://pypi.python.org/packages/source/n/ndg-httpsclient/ndg_httpsclient-0.4.0.tar.gz" +MD5SUM="81972c0267d5a47d678211ac854838f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyOpenSSL" |