From d2322124bfa8f797476b0aeb170d8065b4e86245 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 15 Jun 2025 07:47:28 -0700 Subject: [PATCH] fix(flashprog): update urls and license (#5408) (#5417) (cherry picked from commit df7fa9a0f35b02d75e6d072bbfd32e1517c46de9) Signed-off-by: madomado Co-authored-by: madomado --- anda/tools/flashprog/flashprog.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/tools/flashprog/flashprog.spec b/anda/tools/flashprog/flashprog.spec index 050d880937..0de4d43398 100644 --- a/anda/tools/flashprog/flashprog.spec +++ b/anda/tools/flashprog/flashprog.spec @@ -5,11 +5,11 @@ It supports a wide range of flash chips (most commonly found in SOIC8, DIP8, SOI Name: flashprog Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utility for detecting, reading, writing, verifying and erasing flash chips -License: GPL-2.0 -URL: https://review.sourcearcade.org/flashprog +License: GPL-2.0-only +URL: https://flashprog.org Packager: sadlerm @@ -42,7 +42,7 @@ Summary: Development headers for flashprog %prep -%git_clone %{url} v%{version} +%git_clone https://review.sourcearcade.org/flashprog v%{version} %build %make_build PREFIX=%{_prefix}