From: Michael Tremer Date: Sat, 22 Feb 2025 21:38:15 +0000 (+0000) Subject: memtest86+: Fix GitHub download URL X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=782b195edda9d0c0115fc212869db20b4c8138d9;p=ipfire-3.x.git memtest86+: Fix GitHub download URL Signed-off-by: Michael Tremer --- diff --git a/memtest86+/memtest86+.nm b/memtest86+/memtest86+.nm index c62e548f8..fa415fdc6 100644 --- a/memtest86+/memtest86+.nm +++ b/memtest86+/memtest86+.nm @@ -5,7 +5,7 @@ name = memtest86+ version = 6.20 -release = 1 +release = 1.1 thisapp = memtest86plus-%{version} groups = System/Base @@ -20,8 +20,12 @@ description Memtest86+. end -source_dl = https://github.com/memtest86plus/memtest86plus/archive/refs/tags/v%{version}.tar.gz#/ -sources = %{thisapp}.tar.gz +# This project is hosted on GitHub +github_organization = memtest86plus +github_project = memtest86plus +github_version = v%{version} + +source_dl = %{github_url} build arches = x86_64