mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/comix-cursors: update COMIX_CURSORS_SITE
The project moved to Gitlab and renamed it's archive. Fix the download URL and update the hash. Fixes: http://autobuild.buildroot.org/results/734/734917ff9f613f07e6995c1f333eab1ee8bc5760 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
250a9b7c0a
commit
62ccb5b25d
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 9e68ea8ff230dcc793528aa5da9a38b9bf61c478cd6868b4e4f5da659746a019 ComixCursors-0.9.1.tar.bz2
|
||||
sha256 7248f2da98fea475e590aa657d8581593516530d014a9ddbac8667d1b5f3a02b comixcursors-0.9.1.tar.bz2
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
COMIX_CURSORS_VERSION = 0.9.1
|
||||
COMIX_CURSORS_SITE = https://limitland.gitlab.io/comixcursors
|
||||
COMIX_CURSORS_SOURCE = ComixCursors-$(COMIX_CURSORS_VERSION).tar.bz2
|
||||
COMIX_CURSORS_SITE = $(call gitlab,limitland,comixcursors,$(COMIX_CURSORS_VERSION))
|
||||
COMIX_CURSORS_SOURCE = comixcursors-$(COMIX_CURSORS_VERSION).tar.bz2
|
||||
COMIX_CURSORS_LICENSE = GPL-3.0
|
||||
COMIX_CURSORS_STRIP_COMPONENTS = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user