diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-16 22:04:51 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-05-17 09:24:45 +0800 |
commit | 4d7d7a01bd19850092f6db54eb2fc5db09163573 (patch) | |
tree | b8a46213c760cd763671ee0712ecfb22125e7189 /libs | |
parent | 18cfa22c654da757f61823a6c3f21384980ea008 (diff) |
alsa-ucm-conf: Update to 1.2.9
* updated source url (prefer https rather than http/ftp)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/alsa-ucm-conf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/alsa-ucm-conf/Makefile b/libs/alsa-ucm-conf/Makefile index 153f0739e..c6daddb66 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 |