All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] package/libsilk: switch to github
@ 2025-02-02  8:44 Bernd Kuhls
  2025-02-02  8:44 ` [Buildroot] [PATCH 2/6] package/libsilk: bump version Bernd Kuhls
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Bernd Kuhls @ 2025-02-02  8:44 UTC (permalink / raw)
  To: buildroot

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>
---
 package/libsilk/libsilk.hash | 2 +-
 package/libsilk/libsilk.mk   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/libsilk/libsilk.hash b/package/libsilk/libsilk.hash
index 3ed7eac46c..2118036ffd 100644
--- a/package/libsilk/libsilk.hash
+++ b/package/libsilk/libsilk.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  1b2d44790e841f0707b06fa10af798fa97a326ad4a6a3395b12be1231ed6f9a3  libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45-git4.tar.gz
+sha256  816e9d4482a3a6df9c6e16b87e88155d5f38b46def20ec0e9e35ae0f6aa704f3  libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45.tar.gz
 sha256  62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf  COPYING
diff --git a/package/libsilk/libsilk.mk b/package/libsilk/libsilk.mk
index eba7085261..af9a7005a0 100644
--- a/package/libsilk/libsilk.mk
+++ b/package/libsilk/libsilk.mk
@@ -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
-- 
2.39.5

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-02 11:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-02  8:44 [Buildroot] [PATCH 1/6] package/libsilk: switch to github Bernd Kuhls
2025-02-02  8:44 ` [Buildroot] [PATCH 2/6] package/libsilk: bump version Bernd Kuhls
2025-02-02  8:44 ` [Buildroot] [PATCH 3/6] package/libg7221: switch to github Bernd Kuhls
2025-02-02  8:44 ` [Buildroot] [PATCH 4/6] package/libg7221: bump version Bernd Kuhls
2025-02-02  8:44 ` [Buildroot] [PATCH 5/6] package/libbroadvoice: switch to github Bernd Kuhls
2025-02-02  8:44 ` [Buildroot] [PATCH 6/6] package/libbroadvoice: bump version Bernd Kuhls
2025-02-02 11:43 ` [Buildroot] [PATCH 1/6] package/libsilk: switch to github Julien Olivain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.