rpi-imager: update to 1.5.
This commit is contained in:
parent
ae2715abf1
commit
79ea356a5a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rpi-imager'
|
# Template file for 'rpi-imager'
|
||||||
pkgname=rpi-imager
|
pkgname=rpi-imager
|
||||||
version=1.4
|
version=1.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||||
|
@ -12,11 +12,7 @@ maintainer="Adam Gausmann <agausmann@fastmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/raspberrypi/rpi-imager"
|
homepage="https://github.com/raspberrypi/rpi-imager"
|
||||||
distfiles="https://github.com/raspberrypi/rpi-imager/archive/v${version}.tar.gz"
|
distfiles="https://github.com/raspberrypi/rpi-imager/archive/v${version}.tar.gz"
|
||||||
checksum="f42359fca67a61fa37f0dfd0167749b7d758263b8501c07473d416542d78e004"
|
checksum="972592886b4ff448b34bd420817f7b019c40fdab6ccef7acbc69986c1904e39c"
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
vsed -i -e 's/CURL REQUIRED \([0-9.]*\)/CURL \1 REQUIRED/' CMakeLists.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk
|
ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk
|
||||||
|
|
Loading…
Reference in New Issue