* [Buildroot] [PATCH] package/comix-cursors: update COMIX_CURSORS_SITE
@ 2024-08-24 8:29 Waldemar Brodkorb
2024-08-27 16:58 ` Thomas Petazzoni via buildroot
2024-09-18 20:16 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2024-08-24 8:29 UTC (permalink / raw)
To: buildroot
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>
---
package/comix-cursors/comix-cursors.hash | 2 +-
package/comix-cursors/comix-cursors.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/comix-cursors/comix-cursors.hash b/package/comix-cursors/comix-cursors.hash
index b66a61423b..b3975e1e3e 100644
--- a/package/comix-cursors/comix-cursors.hash
+++ b/package/comix-cursors/comix-cursors.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 9e68ea8ff230dcc793528aa5da9a38b9bf61c478cd6868b4e4f5da659746a019 ComixCursors-0.9.1.tar.bz2
+sha256 7248f2da98fea475e590aa657d8581593516530d014a9ddbac8667d1b5f3a02b comixcursors-0.9.1.tar.bz2
diff --git a/package/comix-cursors/comix-cursors.mk b/package/comix-cursors/comix-cursors.mk
index 7b034ccee7..2f035b2d75 100644
--- a/package/comix-cursors/comix-cursors.mk
+++ b/package/comix-cursors/comix-cursors.mk
@@ -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 = https://gitlab.com/limitland/comixcursors/-/archive/$(COMIX_CURSORS_VERSION)
+COMIX_CURSORS_SOURCE = comixcursors-$(COMIX_CURSORS_VERSION).tar.bz2
COMIX_CURSORS_LICENSE = GPL-3.0
COMIX_CURSORS_STRIP_COMPONENTS = 0
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-18 20:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-24 8:29 [Buildroot] [PATCH] package/comix-cursors: update COMIX_CURSORS_SITE Waldemar Brodkorb
2024-08-27 16:58 ` Thomas Petazzoni via buildroot
2024-09-18 20:16 ` Peter Korsgaard
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.