diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-08-17 22:39:48 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-22 23:41:55 +0700 |
commit | e9e12be9770e8b3bd1a06affa5cefaec75b867f9 (patch) | |
tree | 5a9f1d0ec98be70f3029654d82038dcbd970a3f3 /python/path.py | |
parent | 6f4c1fff930794d17463fa9109327b09e3009e21 (diff) | |
download | slackbuilds-e9e12be9770e8b3bd1a06affa5cefaec75b867f9.tar.gz |
python/path.py: Updated for version 7.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/path.py')
-rw-r--r-- | python/path.py/path.py.SlackBuild | 2 | ||||
-rw-r--r-- | python/path.py/path.py.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/path.py/path.py.SlackBuild b/python/path.py/path.py.SlackBuild index 1dbecda97e..33dc4d5579 100644 --- a/python/path.py/path.py.SlackBuild +++ b/python/path.py/path.py.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=path.py -VERSION=${VERSION:-7.5} +VERSION=${VERSION:-7.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/path.py/path.py.info b/python/path.py/path.py.info index b7274f37f2..b2faaa12d2 100644 --- a/python/path.py/path.py.info +++ b/python/path.py/path.py.info @@ -1,8 +1,8 @@ PRGNAM="path.py" -VERSION="7.5" +VERSION="7.6" HOMEPAGE="https://github.com/jaraco/path.py" -DOWNLOAD="https://github.com/jaraco/path.py/archive/7.5.tar.gz" -MD5SUM="52e746e56f2e59841e8de9abae1de381" +DOWNLOAD="https://github.com/jaraco/path.py/archive/7.6.tar.gz" +MD5SUM="e70090139fc136462d52460b0e4a00d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |