network/znc: Updated for version 1.9.0.

Signed-off-by: Mario Preksavec <mario@slackware.hr>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Mario Preksavec 2024-04-06 13:40:42 +02:00 committed by Willy Sudiarto Raharjo
parent 350ca68395
commit 1c4caf39b8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 6 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for ZNC
# Copyright 2007-2013 Sean Donner (sean.donner@gmail.com)
# Copyright 2017, 2023 Mario Preksavec, Zagreb, Croatia
# Copyright 2017, 2024 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=znc
VERSION=${VERSION:-1.8.2}
VERSION=${VERSION:-1.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -146,7 +146,6 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--build=$ARCH-slackware-linux \
$do_openssl \
$do_ipv6 \
$do_perl \

View file

@ -1,8 +1,8 @@
PRGNAM="znc"
VERSION="1.8.2"
VERSION="1.9.0"
HOMEPAGE="https://wiki.znc.in/ZNC"
DOWNLOAD="https://znc.in/releases/archive/znc-1.8.2.tar.gz"
MD5SUM="747259b0f56010713f46991fc469b571"
DOWNLOAD="https://znc.in/releases/archive/znc-1.9.0.tar.gz"
MD5SUM="28c948af16e4b9307760d9fa951abf74"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""