python/pysed: Update DOWNLOAD.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-08-13 18:48:47 +03:00 committed by Willy Sudiarto Raharjo
parent 017b2cbb5c
commit 0cca6e2631
2 changed files with 3 additions and 3 deletions

View file

@ -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 . \

View file

@ -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=""