mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/weechat: Updated for version 4.1.1.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5c27bacba7
commit
899b894d89
2 changed files with 5 additions and 4 deletions
|
@ -23,6 +23,7 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20231111 bkw: update for v4.1.1.
|
||||
# 20230907 bkw: update for v4.0.4.
|
||||
# 20230104 bkw: update for v3.7.1.
|
||||
|
||||
|
@ -44,7 +45,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=weechat
|
||||
VERSION=${VERSION:-4.0.4}
|
||||
VERSION=${VERSION:-4.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="weechat"
|
||||
VERSION="4.0.4"
|
||||
VERSION="4.1.1"
|
||||
HOMEPAGE="https://www.weechat.org"
|
||||
DOWNLOAD="https://weechat.org/files/src/weechat-4.0.4.tar.xz"
|
||||
MD5SUM="02fb749061325aaaf2afde97b3e98e10"
|
||||
DOWNLOAD="https://weechat.org/files/src/weechat-4.1.1.tar.xz"
|
||||
MD5SUM="6791a1055ef9183cd7601953dcb239e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue