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:
parent
350ca68395
commit
1c4caf39b8
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue