package/libsilk: 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/4a18ee5fce77d0429a00a151cbd5ad1e48d35405/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-02-02 09:44:24 +01:00
committed by Julien Olivain
parent d70df3ab44
commit d012c7ed41
2 changed files with 2 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 1b2d44790e841f0707b06fa10af798fa97a326ad4a6a3395b12be1231ed6f9a3 libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45-git4.tar.gz
sha256 816e9d4482a3a6df9c6e16b87e88155d5f38b46def20ec0e9e35ae0f6aa704f3 libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45.tar.gz
sha256 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf COPYING

View File

@@ -6,8 +6,7 @@
LIBSILK_VERSION = 4268a02240c35c6055b0f237c46b09b2dcf79e45
# we use the FreeSwitch fork because it contains pkgconf support
LIBSILK_SITE = https://freeswitch.org/stash/scm/sd/libsilk.git
LIBSILK_SITE_METHOD = git
LIBSILK_SITE = $(call github,freeswitch,libsilk,$(LIBSILK_VERSION))
LIBSILK_LICENSE = BSD-3-Clause
LIBSILK_LICENSE_FILES = COPYING
LIBSILK_AUTORECONF = YES