From b6d0e882dd2154d89d1e3dcf59f7f4cfb517f08d Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 16 May 2023 22:05:12 +0800 Subject: [PATCH] alsa-utils: Update to 1.2.9 * updated source url (prefer https rather than http/ftp) * fixed build with musl 1.2.4 Signed-off-by: Tianling Shen --- sound/alsa-utils/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/alsa-utils/Makefile b/sound/alsa-utils/Makefile index 17e9ac6fed..87329df82e 100644 --- a/sound/alsa-utils/Makefile +++ b/sound/alsa-utils/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-utils -PKG_VERSION:=1.2.6 +PKG_VERSION:=1.2.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/utils/ \ - http://distfiles.gentoo.org/distfiles/ -PKG_HASH:=6a1efd8a1f1d9d38e489633eaec1fffa5c315663b316cab804be486887e6145d +PKG_SOURCE_URL:=https://www.alsa-project.org/files/pub/utils/ \ + https://distfiles.gentoo.org/distfiles/ +PKG_HASH:=e7623d4525595f92e11ce25ee9a97f2040a14c6e4dcd027aa96e06cbce7817bd PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0-or-later -- 2.30.2