From: <abe...@us...> - 2013-04-25 00:09:10
|
Revision: 6054 http://sourceforge.net/p/astlinux/code/6054 Author: abelbeck Date: 2013-04-25 00:09:08 +0000 (Thu, 25 Apr 2013) Log Message: ----------- msmtp, version bump to 1.4.31, only minor fixes Modified Paths: -------------- branches/1.0/package/msmtp/msmtp.mk Modified: branches/1.0/package/msmtp/msmtp.mk =================================================================== --- branches/1.0/package/msmtp/msmtp.mk 2013-04-22 16:19:45 UTC (rev 6053) +++ branches/1.0/package/msmtp/msmtp.mk 2013-04-25 00:09:08 UTC (rev 6054) @@ -4,9 +4,9 @@ # ############################################################# -MSMTP_VERSION = 1.4.30 +MSMTP_VERSION = 1.4.31 MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.bz2 -MSMTP_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/msmtp +MSMTP_SITE = http://downloads.sourceforge.net/project/msmtp/msmtp/$(MSMTP_VERSION) MSMTP_DEPENDENCIES = openssl MSMTP_CONF_OPT += \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |