mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/hugin: Update SOURCE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a05f55b51e
commit
7cac8f2845
2 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,6 @@
|
|||
|
||||
PRGNAM=hugin
|
||||
VERSION=${VERSION:-2017.0.0}
|
||||
SRCVER=${SRCVER:-2017.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
chown -R root:root .
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="hugin"
|
||||
VERSION="2017.0.0"
|
||||
HOMEPAGE="https://hugin.sourceforge.net/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/hugin/hugin-2017.0.tar.bz2"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/hugin/hugin/hugin-2017.0/hugin-2017.0.0.tar.bz2"
|
||||
MD5SUM="3b49a905da8ee395774347ee6b3903b0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue