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 | |
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')
-rw-r--r-- | network/weechat/weechat.SlackBuild | 6 | ||||
-rw-r--r-- | network/weechat/weechat.info | 6 |
2 files changed, 6 insertions, 6 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} diff --git a/network/weechat/weechat.info b/network/weechat/weechat.info index 5842c4e7bb..4a5e3e1c5e 100644 --- a/network/weechat/weechat.info +++ b/network/weechat/weechat.info @@ -1,8 +1,8 @@ PRGNAM="weechat" -VERSION="2.2" +VERSION="2.3" HOMEPAGE="http://www.weechat.org" -DOWNLOAD="http://weechat.org/files/src/weechat-2.2.tar.bz2" -MD5SUM="a5953dcb252952fad365ae059436c3b4" +DOWNLOAD="http://weechat.org/files/src/weechat-2.3.tar.bz2" +MD5SUM="f6ac18fbc0653d99dae496367117aafd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |