network/hipchat: Fixed download links and tarball extraction

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Lionel Young 2013-06-28 18:22:15 -05:00 committed by Niels Horn
parent a4b996c60c
commit 8ea0dcb45f
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ set -e # Exit on most errors
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
tar xvf $CWD/$PRGNAM-$ARCH.tar.xz -C $PKG
tar xvf $CWD/$PRGNAM-$VERSION-$ARCH.pkg.tar.xz -C $PKG
chown -R root:root $PKG
# Create missing symlink for cert

View file

@ -1,9 +1,9 @@
PRGNAM="hipchat"
VERSION="1.95.444"
HOMEPAGE="http://www.hipchat.com/linux"
DOWNLOAD="http://downloads.hipchat.com/linux/arch/hipchat-i686.tar.xz"
DOWNLOAD="http://downloads.hipchat.com/linux/arch/i686/hipchat-1.95.444-i686.pkg.tar.xz"
MD5SUM="79ba64ff1f368d9340c0fa8dfd46d4d3"
DOWNLOAD_x86_64="http://downloads.hipchat.com/linux/arch/hipchat-x86_64.tar.xz"
DOWNLOAD_x86_64="http://downloads.hipchat.com/linux/arch/x86_64/hipchat-1.95.444-x86_64.pkg.tar.xz"
MD5SUM_x86_64="ffd17e5447cc52753f95f5b5e7e9e72b"
REQUIRES=""
MAINTAINER="Lionel Young"