network/weechat: Updated for version 2.7.1.

This commit is contained in:
Benjamin Trigona-Harany 2020-02-24 10:30:34 -08:00 committed by Willy Sudiarto Raharjo
parent 6ea773407c
commit bce2e5ad61
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Originally written by hollywoodb (hollywoodb@fastmail.fm)
# Maintained 2011-2016 by sero (firebird209 at gmail dot com)
# Maintained 2017-2019 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Maintained 2017-2020 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.7}
VERSION=${VERSION:-2.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="weechat"
VERSION="2.7"
VERSION="2.7.1"
HOMEPAGE="http://www.weechat.org"
DOWNLOAD="http://weechat.org/files/src/weechat-2.7.tar.bz2"
MD5SUM="b97c09bdd637c0527f8e27be459956c5"
DOWNLOAD="http://weechat.org/files/src/weechat-2.7.1.tar.bz2"
MD5SUM="5d187f3b21bf06c1cc0b59d667dcf9a0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"