mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/FireWorks: Fix DOWNLOAD.
This commit is contained in:
parent
8167761161
commit
6e59de63a8
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
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
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="FireWorks"
|
PRGNAM="FireWorks"
|
||||||
VERSION="1.07"
|
VERSION="1.07"
|
||||||
HOMEPAGE="https://github.com/materialsproject/fireworks"
|
HOMEPAGE="https://github.com/materialsproject/fireworks"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/F/FireWorks/FireWorks-1.07.tar.gz"
|
DOWNLOAD="https://github.com/materialsproject/fireworks/archive/v1.07.tar.gz"
|
||||||
MD5SUM="fd5422b65dfc2a5e0000fa81a0aa06cd"
|
MD5SUM="fd5422b65dfc2a5e0000fa81a0aa06cd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue