diff options
author | Gerardo Zamudio <gerardo.zamudio@linux.com> | 2020-05-09 22:03:47 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-16 08:44:21 +0700 |
commit | 19aea4cb9490fbc30d3dfa25dcfc9d6facc468ac (patch) | |
tree | 8343f03507ae3c6036b3b0a94fa42b2a223a7c25 | |
parent | 1c5d5e9b1e0aace1b2692fcbbdffba78e011c155 (diff) | |
download | slackbuilds-19aea4cb9490fbc30d3dfa25dcfc9d6facc468ac.tar.gz |
network/spamassassin: Updated for version 3.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/spamassassin/slack-desc | 2 | ||||
-rw-r--r-- | network/spamassassin/spamassassin.SlackBuild | 2 | ||||
-rw-r--r-- | network/spamassassin/spamassassin.info | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/network/spamassassin/slack-desc b/network/spamassassin/slack-desc index da362b6936..ac7015f84a 100644 --- a/network/spamassassin/slack-desc +++ b/network/spamassassin/slack-desc @@ -13,7 +13,7 @@ spamassassin: of tests to identify unsolicited bulk email, more commonly spamassassin: known as Spam. These tests are applied to email headers and spamassassin: content to classify email using advanced statistical methods. spamassassin: -spamassassin: Homepage: http://spamassassin.apache.org +spamassassin: Homepage: https://spamassassin.apache.org spamassassin: spamassassin: spamassassin: diff --git a/network/spamassassin/spamassassin.SlackBuild b/network/spamassassin/spamassassin.SlackBuild index 13f1b0388c..135c17f2d7 100644 --- a/network/spamassassin/spamassassin.SlackBuild +++ b/network/spamassassin/spamassassin.SlackBuild @@ -28,7 +28,7 @@ # spamassassin database, and most of spamassassin dependencies' scripts. PRGNAM=spamassassin -VERSION=${VERSION:-3.4.2} +VERSION=${VERSION:-3.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/spamassassin/spamassassin.info b/network/spamassassin/spamassassin.info index bcea070b64..6b9778b3ef 100644 --- a/network/spamassassin/spamassassin.info +++ b/network/spamassassin/spamassassin.info @@ -1,8 +1,8 @@ PRGNAM="spamassassin" -VERSION="3.4.2" -HOMEPAGE="http://spamassassin.apache.org/" -DOWNLOAD="http://www.eu.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.2.tar.bz2" -MD5SUM="4f4c38a7cd4ae3e3750895ae21d2fc78" +VERSION="3.4.4" +HOMEPAGE="https://spamassassin.apache.org/" +DOWNLOAD="https://www.eu.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.4.tar.bz2" +MD5SUM="ce51fe5665d5838c56db6712846b58bb" 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" |