fwup: update to 1.13.2.

This commit is contained in:
Duncaen 2025-07-30 20:01:16 +02:00
parent fd37134e26
commit 0fbf8c1d2f
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'fwup' # Template file for 'fwup'
pkgname=fwup pkgname=fwup
version=1.13.0 version=1.13.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://github.com/fwup-home/fwup" homepage="https://github.com/fwup-home/fwup"
changelog="https://github.com/fwup-home/fwup/raw/main/CHANGELOG.md" changelog="https://github.com/fwup-home/fwup/raw/main/CHANGELOG.md"
distfiles="https://github.com/fwup-home/fwup/releases/download/v${version}/fwup-${version}.tar.gz" distfiles="https://github.com/fwup-home/fwup/releases/download/v${version}/fwup-${version}.tar.gz"
checksum=70979d36b39857b37cc378291d3bca5a9e1feec0a1b66f67a79fae46d8831529 checksum=7ae6d373c38853ac59a06201c5c7b2cbe1fc601057e4417710838303325f21d0
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man" hostmakedepends+=" help2man"