diff options
-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" |