From 717e81056de3c71980d45f5328741fc3664ef508 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 27 Aug 2026 00:03:52 +0900 Subject: internal/rosa/package/hakurei: obtain source via git The Gitea service has been configured to reject unauthenticated requests to expensive endpoints to mitigate excessive traffic from slopware companies. Signed-off-by: Ophestra --- internal/rosa/package/hakurei.az | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/internal/rosa/package/hakurei.az b/internal/rosa/package/hakurei.az index c6fb81d7..24a2a7c9 100644 --- a/internal/rosa/package/hakurei.az +++ b/internal/rosa/package/hakurei.az @@ -3,11 +3,10 @@ package hakurei-source { exclude = true; version# = "0.4.7"; - output = remoteTar { - url = "https://git.gensokyo.uk/rosa/hakurei/archive/"+ - "v"+version+".tar.gz"; - checksum = "yQd4LLMn16rYOVH2Dj6L_J64aB9aowDHPwoHHBIPeJK3m3stm5ienh0NzUCAWmed"; - compress = gzip; + output = remoteGit { + url = "https://git.gensokyo.uk/rosa/hakurei.git"; + tag = "v"+version; + checksum = "gQs-fBuPsYjGEBgxe3pSiqa7aMrqUkimi6iyjrhR6YKrOiZLfd4bFwiB9V8k3cKO"; }; } -- cgit v1.3.1