diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-10-21 22:30:46 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-27 09:27:35 +0700 |
commit | 835c22fcbc88ee4172655860631d269e86eb0363 (patch) | |
tree | f4d5012b8ad242b58f0595fa05bf6815f82c2537 /network/weechat/weechat.SlackBuild | |
parent | cb27f764099512f1d7e0fd500e467681be5a0673 (diff) | |
download | slackbuilds-835c22fcbc88ee4172655860631d269e86eb0363.tar.gz |
network/weechat: Updated for version 2.3.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'network/weechat/weechat.SlackBuild')
-rw-r--r-- | network/weechat/weechat.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/weechat/weechat.SlackBuild b/network/weechat/weechat.SlackBuild index 39c8a0a521..7f887d3520 100644 --- a/network/weechat/weechat.SlackBuild +++ b/network/weechat/weechat.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh # Originally written by hollywoodb (hollywoodb@fastmail.fm) -# Maintained by sero (firebird209 at gmail dot com) -# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Maintained 2011-2016 by sero (firebird209 at gmail dot com) +# Maintained 2017-2018 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=weechat -VERSION=${VERSION:-2.2} +VERSION=${VERSION:-2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |