weechat, bump version (#6832)

This commit is contained in:
Schrijvers Luc
2022-04-16 11:42:49 +02:00
committed by GitHub
parent 70a747f936
commit 02cab0311e

View File

@@ -3,12 +3,12 @@ DESCRIPTION="WeeChat (Wee Enhanced Environment for Chat) is a free chat \
client, fast and light, designed for many operating systems. \
It is highly customizable and extensible with scripts."
HOMEPAGE="https://weechat.org/"
COPYRIGHT="2003-2019 Sébastien Helleu"
COPYRIGHT="2003-2022 Sébastien Helleu"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/weechat/weechat/archive/v$portVersion.tar.gz"
SOURCE_FILENAME="weechat-$portVersion.tar.gz"
CHECKSUM_SHA256="fa361f999e9982817b11ad124a1f7ce0720439f29ce25f92be1da3d8b57a47b5"
CHECKSUM_SHA256="aa903d12a36403e22823ff2dfc3e8fcacb1efe6519e0d56e25d3a72757d38611"
ARCHITECTURES="all !x86_gcc2"
if [ "$targetArchitecture" = x86_gcc2 ]; then
@@ -32,6 +32,7 @@ REQUIRES="
lib:liblua$secondaryArchSuffix >= 5.3
lib:libncurses$secondaryArchSuffix
lib:libz$secondaryArchSuffix
lib:libzstd$secondaryArchSuffix
"
PROVIDES_devel="
@@ -51,6 +52,7 @@ BUILD_REQUIRES="
devel:liblua$secondaryArchSuffix >= 5.3
devel:libncurses$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:libzstd$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake