diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-05-30 08:20:24 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:55:03 +0700 |
commit | 754117f1e645a336d743c41bf649dbada97b648a (patch) | |
tree | d81303539ce5341214f345235eb046e1a8351bc9 /network/bitlbee/bitlbee.SlackBuild | |
parent | 9b526a439ee673bb2870f0124230605e172f274e (diff) | |
download | slackbuilds-754117f1e645a336d743c41bf649dbada97b648a.tar.gz |
network/bitlbee: Updated for version 3.4.2.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'network/bitlbee/bitlbee.SlackBuild')
-rw-r--r-- | network/bitlbee/bitlbee.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/network/bitlbee/bitlbee.SlackBuild b/network/bitlbee/bitlbee.SlackBuild index b6b8dd2a78..473468aba4 100644 --- a/network/bitlbee/bitlbee.SlackBuild +++ b/network/bitlbee/bitlbee.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh -# SlackBuild Script for bitlbee +# Slackware build script for "bitlbee". -# Copyright 2007-2014 Michiel van Wessem, Leicester, United Kingdom +# Copyright 2007-2016 Michiel van Wessem, Leicester, United Kingdom +# Copyright 2016 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -10,7 +11,7 @@ # met: # # * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. +# notice, this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -25,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bitlbee -VERSION=${VERSION:-3.4.1} +VERSION=${VERSION:-3.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |