From 4d7d7a01bd19850092f6db54eb2fc5db09163573 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 16 May 2023 22:04:51 +0800 Subject: [PATCH] alsa-ucm-conf: Update to 1.2.9 * updated source url (prefer https rather than http/ftp) Signed-off-by: Tianling Shen --- libs/alsa-ucm-conf/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/alsa-ucm-conf/Makefile b/libs/alsa-ucm-conf/Makefile index 153f0739ea..c6daddb66f 100644 --- a/libs/alsa-ucm-conf/Makefile +++ b/libs/alsa-ucm-conf/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-ucm-conf -PKG_VERSION:=1.2.6.2 +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/lib/ \ - http://distfiles.gentoo.org/distfiles/ -PKG_HASH:=8be24fb9fe789ee2778ae6f32e18e8043fe7f8bc735871e9d17c68a04566a822 +PKG_SOURCE_URL:=https://www.alsa-project.org/files/pub/lib/ \ + https://distfiles.gentoo.org/distfiles/ +PKG_HASH:=374f6833bfd77d0a4675e4aa2bfb79defe850e5a46a5d4542a45962f4b9e272a PKG_MAINTAINER:= PKG_LICENSE:=BSD-3-Clause