diff options
author | Gerardo Zamudio <gerardo.zamudio@linux.com> | 2019-11-18 13:58:43 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:02:02 +0700 |
commit | 7e7b7e62d14fc5229b8e82dee482d7e98d31095a (patch) | |
tree | 32b6a98eb5cf06abca62cae1281f3014b4e2f3d2 /network/spamassassin | |
parent | 799171177978acadf99e895f573c8368048dee3e (diff) | |
download | slackbuilds-7e7b7e62d14fc5229b8e82dee482d7e98d31095a.tar.gz |
network/spamassassin: Updated for version 3.4.2, new maintainer.
Diffstat (limited to 'network/spamassassin')
-rw-r--r-- | network/spamassassin/spamassassin.SlackBuild | 4 | ||||
-rw-r--r-- | network/spamassassin/spamassassin.info | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/network/spamassassin/spamassassin.SlackBuild b/network/spamassassin/spamassassin.SlackBuild index d17f9d5e45..13f1b0388c 100644 --- a/network/spamassassin/spamassassin.SlackBuild +++ b/network/spamassassin/spamassassin.SlackBuild @@ -5,6 +5,8 @@ # Copyright 2008-2015 LukenShiro, Italy # All rights reserved. # +# Maintained by Gerardo Zamudio <gerardo.zamudio@linux.com> +# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -26,7 +28,7 @@ # spamassassin database, and most of spamassassin dependencies' scripts. PRGNAM=spamassassin -VERSION=${VERSION:-3.4.1} +VERSION=${VERSION:-3.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/spamassassin/spamassassin.info b/network/spamassassin/spamassassin.info index ad427e451f..bcea070b64 100644 --- a/network/spamassassin/spamassassin.info +++ b/network/spamassassin/spamassassin.info @@ -1,10 +1,10 @@ PRGNAM="spamassassin" -VERSION="3.4.1" +VERSION="3.4.2" HOMEPAGE="http://spamassassin.apache.org/" -DOWNLOAD="http://www.eu.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.1.tar.bz2" -MD5SUM="0db5d27d7b782ff5eadee12b95eae84c" +DOWNLOAD="http://www.eu.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.bz2" +MD5SUM="4f4c38a7cd4ae3e3750895ae21d2fc78" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libwww-perl perl-Crypt-OpenSSL-Bignum perl-Encode-Detect perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-IP-Country perl-Image-Info perl-Mail-DKIM perl-Mail-SPF perl-Net-Ident perl-Net-Server pyzor re2c" -MAINTAINER="LukenShiro" -EMAIL="lukenshiro@ngi.it" +MAINTAINER="Gerardo Zamudio" +EMAIL="gerardo.zamudio@linux.com" |