aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-08-27 00:03:52 +0900
committerOphestra <cat@gensokyo.uk>2026-08-27 00:03:52 +0900
commit717e81056de3c71980d45f5328741fc3664ef508 (patch)
tree8755532107232ae7e6addb163f26e314082fce71
parentfa280adae178e5757f3f706a034ec8cbba8be9ae (diff)
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 <cat@gensokyo.uk>
-rw-r--r--internal/rosa/package/hakurei.az9
1 files 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";
};
}