From: Thomas Petazzoni Date: Sun, 28 Mar 2021 19:13:54 +0000 (+0200) Subject: package/libsoundtouch: use gitlab macro X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a446bac1ddb0a9f9e604b1bf8e2d03caaf5a795;p=buildroot.git package/libsoundtouch: use gitlab macro Signed-off-by: Thomas Petazzoni Signed-off-by: Yann E. MORIN --- diff --git a/package/libsoundtouch/libsoundtouch.mk b/package/libsoundtouch/libsoundtouch.mk index 98b5cc75b3..8a0e807d7a 100644 --- a/package/libsoundtouch/libsoundtouch.mk +++ b/package/libsoundtouch/libsoundtouch.mk @@ -5,7 +5,7 @@ ################################################################################ LIBSOUNDTOUCH_VERSION = 2.2 -LIBSOUNDTOUCH_SITE = https://gitlab.com/soundtouch/soundtouch/-/archive/$(LIBSOUNDTOUCH_VERSION) +LIBSOUNDTOUCH_SITE = $(call gitlab,soundtouch,soundtouch,$(LIBSOUNDTOUCH_VERSION)) LIBSOUNDTOUCH_LICENSE = LGPL-2.1+ LIBSOUNDTOUCH_LICENSE_FILES = COPYING.TXT LIBSOUNDTOUCH_AUTORECONF = YES