mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/weechat: Updated for version 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9e29810cb0
commit
6b50e01ecb
3 changed files with 9 additions and 9 deletions
|
@ -3,11 +3,11 @@ WeeChat is a light & fast multilingual curses-based multiplatform IRC client.
|
|||
WeeChat supports:
|
||||
DCC files and chats, multi-server connections, background connections,
|
||||
IPv6, SSL, proxy, auto-reconnection, DCC2, nicklist, window splitting,
|
||||
FIFO pipe for remote control, aspell, perl, python, ruby, nick auto-
|
||||
completion, lag indication, auto-logging, client upgrades without
|
||||
FIFO pipe for remote control, aspell, javascript, perl, python, ruby,
|
||||
nick auto-completion, lag indication, auto-logging, client upgrades without
|
||||
dropping connections.
|
||||
|
||||
WeeChat will build with support for:
|
||||
aspell, perl scripting, python scripting, ruby scripting, lua scripting,
|
||||
guile scripting, and gnutls depending on whether or not they are installed
|
||||
on the system on which WeeChat is built.
|
||||
aspell, javascript scripting, perl scripting, python scripting, ruby scripting,
|
||||
lua scripting, guile scripting, and gnutls depending on whether or not they are
|
||||
installed on the system on which WeeChat is built.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=weechat
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
VERSION=${VERSION:-1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="weechat"
|
||||
VERSION="1.1.1"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="http://www.weechat.org"
|
||||
DOWNLOAD="http://weechat.org/files/src/weechat-1.1.1.tar.bz2"
|
||||
MD5SUM="3bb8d27301262bc434de9bcf7d77dce7"
|
||||
DOWNLOAD="http://weechat.org/files/src/weechat-1.2.tar.bz2"
|
||||
MD5SUM="3458efd51cdc1abfb6a5c33cc5ef7713"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue