summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Pretzsch <apr@cn-eng.de>2019-06-28 17:26:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-06-29 11:23:15 +0200
commit9e3dda41523bd28b8d687b390e8f52046809a1bb (patch)
treef672a415bc8e8c77f785950a7000fe9dc7d87e3c
parent78636b431999b03e93e9dfea38d2bac23e4fa026 (diff)
downloadptxdist-9e3dda41523bd28b8d687b390e8f52046809a1bb.tar.gz
ptxdist-9e3dda41523bd28b8d687b390e8f52046809a1bb.tar.xz
alsa-utils: version bump 1.1.7 -> 1.1.9
http mirror dl.ambiweb.de for ftp.alsa-project.org is gone. Replace it with official 'FTP via HTTP (web) access' mirror at 'https://www.alsa-project.org/files/pub/'. As far as I can see from git commit log, no spectacular changes. Beside some small fixes and documentation improvements, the main thing is the addition of the new 'axfer' utility. This one is intended to replace current aplay/arecord in the long run. This commit only bumps the version, but does not targetinstall the new axfer (or any aplay/arecord symlinks to it). Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/alsa-utils.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/alsa-utils.make b/rules/alsa-utils.make
index a742e1015..f2d0387f7 100644
--- a/rules/alsa-utils.make
+++ b/rules/alsa-utils.make
@@ -17,12 +17,12 @@ PACKAGES-$(PTXCONF_ALSA_UTILS) += alsa-utils
#
# Paths and names
#
-ALSA_UTILS_VERSION := 1.1.7
-ALSA_UTILS_MD5 := 2b88796c6b05520e59eec6049de02f64
+ALSA_UTILS_VERSION := 1.1.9
+ALSA_UTILS_MD5 := 5ed21c3e296c06046cc986e732f625f6
ALSA_UTILS := alsa-utils-$(ALSA_UTILS_VERSION)
ALSA_UTILS_SUFFIX := tar.bz2
ALSA_UTILS_URL := \
- http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/$(ALSA_UTILS).$(ALSA_UTILS_SUFFIX) \
+ https://www.alsa-project.org/files/pub/utils/$(ALSA_UTILS).$(ALSA_UTILS_SUFFIX) \
ftp://ftp.alsa-project.org/pub/utils/$(ALSA_UTILS).$(ALSA_UTILS_SUFFIX)
ALSA_UTILS_SOURCE := $(SRCDIR)/$(ALSA_UTILS).$(ALSA_UTILS_SUFFIX)
ALSA_UTILS_DIR := $(BUILDDIR)/$(ALSA_UTILS)