Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
flashprog
Commits:
e730affa by Frederik Schwan at 2025-03-09T21:45:38+01:00
upgpkg: 1.4-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = flashprog
pkgdesc = A utility which can be used to detect, read, erase, or write
BIOS chips (DIP, PLCC, SPI)
- pkgver = 1.3
- pkgrel = 3
+ pkgver = 1.4
+ pkgrel = 1
url = https://flashprog.org/
arch = x86_64
license = GPL-2.0-or-later
@@ -13,8 +13,8 @@ pkgbase = flashprog
depends = libusb
depends = pciutils
optdepends = dmidecode: for SMBIOS/DMI table decoder support
- source =
git+https://review.sourcearcade.org/flashprog.git?signed#tag=v1.3
+ source =
git+https://review.sourcearcade.org/flashprog.git?signed#tag=v1.4
validpgpkeys = 2853079C9C66AB7E82C64966A5C163B7E557CAEB
- b2sums =
5d14261c66addbf6db326b875d7a6d133bacafee906eb8efac84e7751bc472099bbfc696cd0287701e88855e824bf6e1615ce250a80fcb80ec54b05c17f85387
+ b2sums =
41fe0d7babcd1d17a55b91b79b79b621f519a5c816a0177a1ff269f8114dbca306f6f0bf31552982b4066cd26f71f3a12f39d361109a920f07ac68f566a97241
pkgname = flashprog
=====================================
.nvchecker.toml
=====================================
@@ -2,4 +2,4 @@
source = "git"
git = "https://review.sourcearcade.org/flashprog.git"
prefix = "v"
-exclude_regex = '*-RC*'
+exclude_regex = '.*-rc.*'
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Nico Huber <[email protected]>
pkgname=flashprog
-pkgver=1.3
-pkgrel=3
+pkgver=1.4
+pkgrel=1
pkgdesc='A utility which can be used to detect, read, erase, or write BIOS
chips (DIP, PLCC, SPI)'
arch=('x86_64')
url='https://flashprog.org/'
@@ -23,7 +23,7 @@ optdepends=(
'dmidecode: for SMBIOS/DMI table decoder support'
)
source=(git+https://review.sourcearcade.org/flashprog.git?signed#tag=v${pkgver})
-b2sums=('5d14261c66addbf6db326b875d7a6d133bacafee906eb8efac84e7751bc472099bbfc696cd0287701e88855e824bf6e1615ce250a80fcb80ec54b05c17f85387')
+b2sums=('41fe0d7babcd1d17a55b91b79b79b621f519a5c816a0177a1ff269f8114dbca306f6f0bf31552982b4066cd26f71f3a12f39d361109a920f07ac68f566a97241')
validpgpkeys=('2853079C9C66AB7E82C64966A5C163B7E557CAEB')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/flashprog/-/commit/e730affa39c3b690c344f49728b6eeaeb7e955cd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/flashprog/-/commit/e730affa39c3b690c344f49728b6eeaeb7e955cd
You're receiving this email because of your account on gitlab.archlinux.org.