mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
rpi-imager: update to 1.7.2.
This commit is contained in:
parent
96e4db758a
commit
45f8914411
2 changed files with 4 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- a/config.h 2021-03-16 12:22:48.315849306 -0500
|
|
||||||
+++ b/config.h 2021-03-16 12:23:00.273828304 -0500
|
|
||||||
@@ -15,7 +15,7 @@
|
|
||||||
|
|
||||||
/* Phone home the name of images downloaded for image popularity ranking */
|
|
||||||
#define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"
|
|
||||||
-#define TELEMETRY_ENABLED_DEFAULT true
|
|
||||||
+#define TELEMETRY_ENABLED_DEFAULT false
|
|
||||||
|
|
||||||
/* Hash algorithm for verifying (uncompressed image) checksum */
|
|
||||||
#define OSLIST_HASH_ALGORITHM QCryptographicHash::Sha256
|
|
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'rpi-imager'
|
# Template file for 'rpi-imager'
|
||||||
pkgname=rpi-imager
|
pkgname=rpi-imager
|
||||||
version=1.7.1
|
version=1.7.2
|
||||||
revision=1
|
revision=1
|
||||||
|
build_wrksrc=src
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DENABLE_TELEMETRY=OFF -DENABLE_CHECK_VERSION=OFF"
|
||||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||||
makedepends="qt5-devel qt5-declarative-devel qt5-svg-devel qt5-tools-devel
|
makedepends="qt5-devel qt5-declarative-devel qt5-svg-devel qt5-tools-devel
|
||||||
libcurl-devel libarchive-devel"
|
libcurl-devel libarchive-devel"
|
||||||
|
@ -12,7 +14,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=57c4b1d53a3c5f84fe9a653c07d9c5ea2d5941356c536d6d434d1ff6133b587d
|
checksum=babdcda0a38c5dc3893eef3d2d7138d6d23ba7e306f0f840b6970c579490a57a
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk
|
ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk
|
||||||
|
|
Loading…
Add table
Reference in a new issue