network/znc: Updated for version 1.6.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sean Donner 2015-10-13 14:16:11 +07:00 committed by Willy Sudiarto Raharjo
parent 9c9639674c
commit 050e75f1e7
3 changed files with 9 additions and 9 deletions

View file

@ -11,9 +11,9 @@ znc:
znc: ZNC will remain connected to an IPv4 or IPv6 IRC server even while you
znc: are offline. You can reattach your client at a later time and catch up
znc: with what happened while you were gone via the history buffer. You can
znc: add additional users under one running process, which is useful for
znc: public shells that limit background processes. ZNC also supports the
znc: dynamic loading of C++ and Perl modules.
znc: add additional users under one running process, useful for public
znc: shells that limit background processes. ZNC also supports the dynamic
znc: loading of C++ and Perl modules.
znc:
znc: Homepage: http://en.znc.in/wiki/ZNC
znc: Homepage: http://wiki.znc.in/ZNC
znc:

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=znc
VERSION=${VERSION:-1.2}
VERSION=${VERSION:-1.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -83,7 +83,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
if [ "$WITH_SSL" != "yes" ]; then
do_openssl="--disable-openssl"

View file

@ -1,8 +1,8 @@
PRGNAM="znc"
VERSION="1.2"
VERSION="1.6.1"
HOMEPAGE="http://wiki.znc.in/ZNC"
DOWNLOAD="http://znc.in/releases/archive/znc-1.2.tar.gz"
MD5SUM="ef18e5402a82cc3fcab5c2ac5c2e6f3b"
DOWNLOAD="http://znc.in/releases/znc-1.6.1.tar.gz"
MD5SUM="8e29289e6229b6d2473de202170745ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""