diff --git a/net-irc/weechat/weechat-3.4.1.recipe b/net-irc/weechat/weechat-3.5.recipe similarity index 92% rename from net-irc/weechat/weechat-3.4.1.recipe rename to net-irc/weechat/weechat-3.5.recipe index 211c3f66d..b914adafb 100644 --- a/net-irc/weechat/weechat-3.4.1.recipe +++ b/net-irc/weechat/weechat-3.5.recipe @@ -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