rpi-imager: update to 1.7.1.

This commit is contained in:
Adam Gausmann 2022-02-04 10:24:38 -06:00 committed by Echo
parent a6e478555c
commit bb6cb1f853
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
/* Phone home the name of images downloaded for image popularity ranking */ /* Phone home the name of images downloaded for image popularity ranking */
#define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.org/downloads" #define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"
-#define TELEMETRY_ENABLED_DEFAULT true -#define TELEMETRY_ENABLED_DEFAULT true
+#define TELEMETRY_ENABLED_DEFAULT false +#define TELEMETRY_ENABLED_DEFAULT false

View file

@ -1,6 +1,6 @@
# Template file for 'rpi-imager' # Template file for 'rpi-imager'
pkgname=rpi-imager pkgname=rpi-imager
version=1.6.2 version=1.7.1
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="qt5-host-tools qt5-qmake" hostmakedepends="qt5-host-tools qt5-qmake"
@ -12,7 +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=32f7fcd732ed8b707e862f51311c846b13a9dfb805cc6d901c601e2e5c2ec2d7 checksum=57c4b1d53a3c5f84fe9a653c07d9c5ea2d5941356c536d6d434d1ff6133b587d
pre_configure() { pre_configure() {
ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk