mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/pysed: Update DOWNLOAD.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
017b2cbb5c
commit
0cca6e2631
2 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pysed"
|
||||
VERSION="0.7.8"
|
||||
HOMEPAGE="https://github.com/dslackw/pysed"
|
||||
DOWNLOAD="http://sourceforge.net/projects/python-sed/files/pysed-0.7.8/pysed-0.7.8.tar.gz"
|
||||
MD5SUM="daee87677454961e7eb0ee523b9338f5"
|
||||
DOWNLOAD="https://github.com/dslackw/pysed/archive/v0.7.8.tar.gz"
|
||||
MD5SUM="ae638228eb1f101beca70b397e6e4ed7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue