mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/gallerize: Fix DOWNLOAD.
This commit is contained in:
parent
34780e0b4a
commit
7b9e39c595
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tgz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="gallerize"
|
||||
VERSION="0.3.1"
|
||||
HOMEPAGE="http://homework.nwsnet.de/releases/cc0e/#gallerize"
|
||||
DOWNLOAD="http://homework.nwsnet.de/releases/cc0e/gallerize-0.3.1.tgz"
|
||||
DOWNLOAD="https://github.com/homeworkprod/gallerize/archive/v0.3.1.tar.gz"
|
||||
MD5SUM="09e2f21ad4b2e6e0dcb9a87595a6272e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue