mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -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>
(cherry picked from commit a65bbef5ba)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
2e7569be2e
commit
5f40e75e07
@@ -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