diff options
author | W. Michael Petullo <mike@flyn.org> | 2019-10-13 17:47:54 -0400 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2019-10-13 17:47:54 -0400 |
commit | d7d9ac19697b68b0dd5cefef8a9ae102e604727c (patch) | |
tree | 9e99207049139c1ab54d1a0f880f6c9c6a8619e3 /mail/bogofilter | |
parent | 43aa7b8d941cd40a10a1107c31d281799811fa31 (diff) |
bogofilter: update to 1.2.5
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'mail/bogofilter')
-rw-r--r-- | mail/bogofilter/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 265d42483..55cd73404 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -8,16 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bogofilter -PKG_VERSION:=1.2.4 -PKG_RELEASE:=5 +PKG_VERSION:=1.2.5 +PKG_RELEASE:=1 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:bogofilter:bogofilter -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/bogofilter -PKG_HASH:=e10287a58d135feaea26880ce7d4b9fa2841fb114a2154bf7da8da98aab0a6b4 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=@SF/project/bogofilter/bogofilter-stable/ +PKG_HASH:=3248a1373bff552c500834adbea4b6caee04224516ae581fb25a4c6a6dee89ea PKG_INSTALL:=1 |