diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-10-02 00:44:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-03 10:17:00 +0700 |
commit | b173ef7ec4bcebf9feb10dd1fdbe60b44dfde9c3 (patch) | |
tree | 3b54d0f8863100f30966643d45037b6551356fd8 /network/hipchat/hipchat.SlackBuild | |
parent | 9dc0183c3a91f26b795bff7ae09b9ff11bcdfc65 (diff) | |
download | slackbuilds-b173ef7ec4bcebf9feb10dd1fdbe60b44dfde9c3.tar.gz |
network/hipchat: Updated for version 2.2.1196 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/hipchat/hipchat.SlackBuild')
-rw-r--r-- | network/hipchat/hipchat.SlackBuild | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/network/hipchat/hipchat.SlackBuild b/network/hipchat/hipchat.SlackBuild index da487291d2..ba47c570f0 100644 --- a/network/hipchat/hipchat.SlackBuild +++ b/network/hipchat/hipchat.SlackBuild @@ -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} |