From d840f062dc82c60fc4b94e5c18ebfed06288d2fc Mon Sep 17 00:00:00 2001 From: Andreas Pretzsch Date: Wed, 6 Nov 2013 23:12:04 +0100 Subject: 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 Signed-off-by: Michael Olbrich --- rules/minicom.make | 6 +++--- 1 file 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 -- cgit v1.2.3