diff options
| author | Vasilis Tsiligiannis | 2009-09-19 13:23:18 +0000 |
|---|---|---|
| committer | Vasilis Tsiligiannis | 2009-09-19 13:23:18 +0000 |
| commit | fe76606ddc1e5a4c3f10c33e5d535dddfa69866d (patch) | |
| tree | 4972712059489ac0fb00081dce1c3bb7305f876f | |
| parent | 7c15200e188121ea13e13c2f4e774f5c15100228 (diff) | |
| download | archive-fe76606ddc1e5a4c3f10c33e5d535dddfa69866d.tar.gz | |
[packages] fetchmail: Update to v6.3.11 (#5859)
SVN-Revision: 17607
| -rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 759fd68063..86a0166818 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fetchmail -PKG_VERSION:=6.3.9 +PKG_VERSION:=6.3.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.berlios.de/fetchmail -PKG_MD5SUM:=72c20ad2b9629f1a109668b05a84d823 +PKG_MD5SUM:=43b28f296cc0024d3c727319eacae324 include $(INCLUDE_DIR)/package.mk |