mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/ircd-hybrid: Updated for version 8.2.28.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8ee39c0f7f
commit
e6f9d5af31
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ircd-hybrid
|
||||
|
||||
# Copyright 2018 Ebben Aries <e@dscp.org>
|
||||
# Copyright 2018-2020 Ebben Aries <e@dscp.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=ircd-hybrid
|
||||
BINNAM=ircd
|
||||
VERSION=${VERSION:-8.2.26}
|
||||
VERSION=${VERSION:-8.2.28}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -90,7 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--enable-openssl \
|
||||
--with-tls=gnutls \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ircd-hybrid"
|
||||
VERSION="8.2.26"
|
||||
VERSION="8.2.28"
|
||||
HOMEPAGE="http://www.ircd-hybrid.org/"
|
||||
DOWNLOAD="https://github.com/ircd-hybrid/ircd-hybrid/archive/8.2.26/ircd-hybrid-8.2.26.tar.gz"
|
||||
MD5SUM="286ec595fa258cfd39bb95d54e98e79a"
|
||||
DOWNLOAD="https://github.com/ircd-hybrid/ircd-hybrid/archive/8.2.28/ircd-hybrid-8.2.28.tar.gz"
|
||||
MD5SUM="42e6d49af64b11b82586b3b07ef626e0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue