[Buildroot] [git commit] minicom: fix download URL

Peter Korsgaard jacmet at sunsite.dk
Thu Jun 27 08:47:44 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=a1f483b2c3efe483a058c34ff2b68335f98af3bc
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Closes #6338

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/minicom/minicom.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/minicom/minicom.mk b/package/minicom/minicom.mk
index 25f266b..f967d87 100644
--- a/package/minicom/minicom.mk
+++ b/package/minicom/minicom.mk
@@ -6,7 +6,7 @@
 
 MINICOM_VERSION = 2.6.1
 MINICOM_SOURCE = minicom-$(MINICOM_VERSION).tar.gz
-MINICOM_SITE = http://alioth.debian.org/frs/download.php/3700/
+MINICOM_SITE = http://alioth.debian.org/frs/download.php/file/3700/
 MINICOM_LICENSE = GPLv2+
 MINICOM_LICENSE_FILES = COPYING
 


More information about the buildroot mailing list