mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/weechat: Updated for version 4.3.5.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0a829604ff
commit
3f6388a50d
2 changed files with 6 additions and 5 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.
|
||||
|
||||
# 20240808 bkw: update for v4.3.5, new dep cJSON.
|
||||
# 20240213 bkw: update for v4.2.1.
|
||||
# 20231219 bkw: update for v4.1.2.
|
||||
# 20231111 bkw: update for v4.1.1.
|
||||
|
@ -47,7 +48,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=weechat
|
||||
VERSION=${VERSION:-4.2.1}
|
||||
VERSION=${VERSION:-4.3.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="weechat"
|
||||
VERSION="4.2.1"
|
||||
VERSION="4.3.5"
|
||||
HOMEPAGE="https://www.weechat.org"
|
||||
DOWNLOAD="https://weechat.org/files/src/weechat-4.2.1.tar.xz"
|
||||
MD5SUM="1d6fe2613e1e33a3cb8fc11a0c6d322a"
|
||||
DOWNLOAD="https://weechat.org/files/src/weechat-4.3.5.tar.xz"
|
||||
MD5SUM="5efa948e98893fcdbcfe6432d2d41d95"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="cJSON"
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="urchlay@slackware.uk"
|
||||
|
|
Loading…
Reference in a new issue