From 5f40e75e07c06d5be6a28ac82e92fbed682cb9b8 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 5 Dec 2025 19:35:02 +0100 Subject: [PATCH] package/lugaru: switch to github Old site returns 404 for the tarball and does not contain any repos: https://bitbucket.org/osslugaru/workspace/repositories/ Switch _SITE to URL shown at https://osslugaru.gitlab.io/ The hash value of the tarball is unchanged. Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard (cherry picked from commit a65bbef5baaa04d9074264e56b76e002a8a39f4a) Signed-off-by: Thomas Perale --- package/lugaru/lugaru.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lugaru/lugaru.mk b/package/lugaru/lugaru.mk index 53797f405e..57ec9fef3a 100644 --- a/package/lugaru/lugaru.mk +++ b/package/lugaru/lugaru.mk @@ -5,7 +5,7 @@ ################################################################################ LUGARU_VERSION = 1.2 -LUGARU_SITE = https://bitbucket.org/osslugaru/lugaru/downloads +LUGARU_SITE = https://github.com/osslugaru/lugaru/releases/download/$(LUGARU_VERSION) LUGARU_SOURCE = lugaru-$(LUGARU_VERSION).tar.xz LUGARU_LICENSE = GPL-2.0+, CC-BY-SA-3.0 (Wolfire and Slib assets), \