From 0167ec999f05edb476a056ddf999e293fcaf3eb8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 14 Mar 2025 10:39:12 +0000 Subject: [PATCH] macros: Add yet another kind of GitHub URL Signed-off-by: Michael Tremer --- macros/github.macro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macros/github.macro b/macros/github.macro index 894932d0..f07e1048 100644 --- a/macros/github.macro +++ b/macros/github.macro @@ -32,3 +32,6 @@ github_url = %{github_home}/archive/%{github_version}/ # URL to download a tag (instead of a release) github_tag_url = %{github_home}/archive/refs/tags/ + +# Download any static artifacts +github_download_url = %{github_home}/releases/download/%{github_version}/ -- 2.39.5