summaryrefslogtreecommitdiffstats
path: root/rules/minicom.make
diff options
context:
space:
mode:
authorAndreas Pretzsch <apr@cn-eng.de>2013-11-06 23:12:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-16 14:16:08 +0100
commitd840f062dc82c60fc4b94e5c18ebfed06288d2fc (patch)
tree6fc83bf4529812e981bef978fee4dcdb24035a84 /rules/minicom.make
parentc4cc0bbaaef522c54acd7e4c68ece8a03026b3c2 (diff)
downloadptxdist-d840f062dc82c60fc4b94e5c18ebfed06288d2fc.tar.gz
ptxdist-d840f062dc82c60fc4b94e5c18ebfed06288d2fc.tar.xz
minicom: version bump 2.6.1 -> 2.6.2 ; fix URL
New for version 2.6.2: - Alternative hex output (to be improved) - Print creation date of serial device file (if < 20 hrs), useful for identifying just plugged in USB-Serial adapters - Support ':' (colon) in device path names. Note, that this changes old behaviour which used ':' as a device path delimiter. - Several language updates. Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/minicom.make')
-rw-r--r--rules/minicom.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/minicom.make b/rules/minicom.make
index 223ea74b0..923266d5a 100644
--- a/rules/minicom.make
+++ b/rules/minicom.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_MINICOM) += minicom
#
# Paths and names
#
-MINICOM_VERSION := 2.6.1
-MINICOM_MD5 := 435fb410a5bfa9bb20d4248b3ca53529
+MINICOM_VERSION := 2.6.2
+MINICOM_MD5 := 203c56c4b447f45e2301b0cc4e83da3c
MINICOM := minicom-$(MINICOM_VERSION)
MINICOM_SUFFIX := tar.gz
-MINICOM_URL := http://alioth.debian.org/frs/download.php/3700/$(MINICOM).$(MINICOM_SUFFIX)
+MINICOM_URL := https://alioth.debian.org/frs/download.php/file/3869/$(MINICOM).$(MINICOM_SUFFIX)
MINICOM_SOURCE := $(SRCDIR)/$(MINICOM).$(MINICOM_SUFFIX)
MINICOM_DIR := $(BUILDDIR)/$(MINICOM)
MINICOM_LICENSE := GPLv2