From e68eeacef9d3653bd374f48b08809c2239353a0d Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 2 Feb 2025 09:44:26 +0100 Subject: [PATCH] package/libg7221: switch to github https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Installation/Linux/Deprecated-Installation-Instructions/25460805/ "FreeSWITCH project has been moved to GitHub" Updated hash due to switch to github. Fixes: https://autobuild.buildroot.org/results/a799442766f90607bb57cb2f767949e57ae7e1ff/ Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/libg7221/libg7221.hash | 2 +- package/libg7221/libg7221.mk | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package/libg7221/libg7221.hash b/package/libg7221/libg7221.hash index c7a7755b4d..b467438bae 100644 --- a/package/libg7221/libg7221.hash +++ b/package/libg7221/libg7221.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 65942f84219f6586abc448e387f8c904777de64b3695449ac23132e4e9bde1d5 libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34-git4.tar.gz +sha256 c0162993e0af557e05b9000e082f6a755e54a6c20a88e2ab725ed5068b4c4ff6 libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34.tar.gz sha256 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645 COPYING diff --git a/package/libg7221/libg7221.mk b/package/libg7221/libg7221.mk index 813af11cee..b62a3b8b84 100644 --- a/package/libg7221/libg7221.mk +++ b/package/libg7221/libg7221.mk @@ -6,8 +6,7 @@ LIBG7221_VERSION = dbfc29d4806ecdace50379a2f4d68a992a6fec34 # we use the FreeSwitch fork because it contains pkgconf support -LIBG7221_SITE = https://freeswitch.org/stash/scm/sd/libg7221.git -LIBG7221_SITE_METHOD = git +LIBG7221_SITE = $(call github,freeswitch,libg7221,$(LIBG7221_VERSION)) LIBG7221_LICENSE = Polycom LIBG7221_LICENSE_FILES = COPYING LIBG7221_AUTORECONF = YES