mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/hipchat: Updated for version 2.2.1196 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9dc0183c3a
commit
b173ef7ec4
2 changed files with 28 additions and 8 deletions
|
@ -5,8 +5,28 @@
|
|||
# Written by Lionel Young <lionelyoung@gmail.com>
|
||||
# Based on http://slackbuilds.org/template.SlackBuild
|
||||
|
||||
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 3 of the License, or
|
||||
# (at your option) any later version, with the following exception:
|
||||
# the text of the GPL license may be omitted.
|
||||
|
||||
# This program is distributed in the hope that it will be useful, but
|
||||
# without any warranty; without even the implied warranty of
|
||||
# merchantability or fitness for a particular purpose. Compiling,
|
||||
# interpreting, executing or merely reading the text of the program
|
||||
# may result in lapses of consciousness and/or very being, up to and
|
||||
# including the end of all existence and the Universe as we know it.
|
||||
# See the GNU General Public License for more details.
|
||||
|
||||
# You may have received a copy of the GNU General Public License along
|
||||
# with this program (most likely, a file named COPYING). If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=hipchat
|
||||
VERSION=${VERSION:-2.2.1131}
|
||||
VERSION=${VERSION:-2.2.1196}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="hipchat"
|
||||
VERSION="2.2.1131"
|
||||
VERSION="2.2.1196"
|
||||
HOMEPAGE="http://www.hipchat.com/linux"
|
||||
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"
|
||||
DOWNLOAD="http://downloads.hipchat.com/linux/arch/i686/hipchat-2.2.1196-i686.pkg.tar.xz"
|
||||
MD5SUM="9127953c253e8ce5478d27e3450742e2"
|
||||
DOWNLOAD_x86_64="http://downloads.hipchat.com/linux/arch/x86_64/hipchat-2.2.1196-x86_64.pkg.tar.xz"
|
||||
MD5SUM_x86_64="4c600224667a660f600663658b535dc4"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Lionel Young"
|
||||
EMAIL="lionelyoung@gmail.com"
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue