f3: update to 7.2.

This commit is contained in:
bra1nwave 2019-06-20 16:40:18 +02:00 committed by Johannes
parent 7490580338
commit 2fb99b8321
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'f3' # Template file for 'f3'
pkgname=f3 pkgname=f3
version=7.1 version=7.2
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_target="all extra" make_build_target="all extra"
@ -10,8 +10,9 @@ short_desc="Test real flash memory capacity"
maintainer="bra1nwave <brainwave@openmailbox.org>" maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/AltraMayor/f3" homepage="https://github.com/AltraMayor/f3"
changelog="https://raw.githubusercontent.com/AltraMayor/f3/master/changelog"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=1d9edf12d3f40c03a552dfc3ed36371c62933b9213483182f7a561e1a5b8e1cc checksum=ba9210a0fc3a42c2595fe19bf13b8114bb089c4f274b4813c8f525a695467f64
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone" *-musl) makedepends+=" argp-standalone"