mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
weechat, bump version (#6832)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user