mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/path.py: Updated for version 7.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
53d4aedf16
commit
2e743f9b19
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=path.py
|
PRGNAM=path.py
|
||||||
VERSION=${VERSION:-7.4}
|
VERSION=${VERSION:-7.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="path.py"
|
PRGNAM="path.py"
|
||||||
VERSION="7.4"
|
VERSION="7.5"
|
||||||
HOMEPAGE="https://github.com/jaraco/path.py"
|
HOMEPAGE="https://github.com/jaraco/path.py"
|
||||||
DOWNLOAD="https://github.com/jaraco/path.py/archive/7.4.tar.gz"
|
DOWNLOAD="https://github.com/jaraco/path.py/archive/7.5.tar.gz"
|
||||||
MD5SUM="618b51f49a1f60a54445007f282cfb1a"
|
MD5SUM="52e746e56f2e59841e8de9abae1de381"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pysetuptools"
|
REQUIRES="pysetuptools"
|
||||||
|
|
Loading…
Reference in a new issue