mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/hipchat: Updated for version 2.2.1131.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b1e713706b
commit
6b3f876a1c
2 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
# Based on http://slackbuilds.org/template.SlackBuild
|
||||
|
||||
PRGNAM=hipchat
|
||||
VERSION=${VERSION:-2.1.982}
|
||||
VERSION=${VERSION:-2.2.1131}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -23,7 +23,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="hipchat"
|
||||
VERSION="2.1.982"
|
||||
VERSION="2.2.1131"
|
||||
HOMEPAGE="http://www.hipchat.com/linux"
|
||||
DOWNLOAD="http://downloads.hipchat.com/linux/arch/i686/hipchat-2.1.982-i686.pkg.tar.xz"
|
||||
MD5SUM="bd655ab377d43df653ca8e738f4cc115"
|
||||
DOWNLOAD_x86_64="http://downloads.hipchat.com/linux/arch/x86_64/hipchat-2.1.982-x86_64.pkg.tar.xz"
|
||||
MD5SUM_x86_64="aa0104f7f89dea85f74e92f75654842b"
|
||||
DOWNLOAD="http://downloads.hipchat.com/linux/arch/i686/hipchat-2.2.1131-i686.pkg.tar.xz"
|
||||
MD5SUM="ab096ee74f4991c898f579e61f04ec8d"
|
||||
DOWNLOAD_x86_64="http://downloads.hipchat.com/linux/arch/x86_64/hipchat-2.2.1131-x86_64.pkg.tar.xz"
|
||||
MD5SUM_x86_64="c7fcb0a2c863a41215550ad8c1b217a6"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Lionel Young"
|
||||
EMAIL="lionelyoung@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue