]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
flashrom: Update to 1.3.0
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Mar 2023 18:18:12 +0000 (18:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Mar 2023 18:18:12 +0000 (18:18 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
flashrom/flashrom.nm

index 331f8ee9b4eeb32b559e016c1029e32660bcbb01..27befa05b05658277b5af3a48b5f659cbcbdabec 100644 (file)
@@ -4,9 +4,9 @@
 ###############################################################################
 
 name       = flashrom
-version    = 1.2
+version    = 1.3.0
 release    = 1
-thisapp    = %{name}-v%{version}
+thisapp    = %{name}-%{version}
 
 groups     = Development/Tools
 url        = https://www.flashrom.org
@@ -21,11 +21,12 @@ description
        other programmer devices.
 end
 
-source_dl  = https://download.flashrom.org/releases/
-sources    = %{thisapp}.tar.bz2
+source_dl  = https://github.com/flashrom/flashrom/archive/refs/tags/v%{version}.tar.gz#/
+sources    = %{thisapp}.tar.gz
 
 build
        requires
+               libudev-devel
                libusb-devel
                pciutils-devel
        end