mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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 <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e11cac64a2
commit
a65bbef5ba
@@ -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), \
|
||||
|
||||
Reference in New Issue
Block a user