rpi-imager: update to 1.7.1.
This commit is contained in:
parent
a6e478555c
commit
bb6cb1f853
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
@@ -15,7 +15,7 @@
|
||||
|
||||
/* 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 false
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rpi-imager'
|
||||
pkgname=rpi-imager
|
||||
version=1.6.2
|
||||
version=1.7.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Adam Gausmann <agausmann@fastmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/raspberrypi/rpi-imager"
|
||||
distfiles="https://github.com/raspberrypi/rpi-imager/archive/v${version}.tar.gz"
|
||||
checksum=32f7fcd732ed8b707e862f51311c846b13a9dfb805cc6d901c601e2e5c2ec2d7
|
||||
checksum=57c4b1d53a3c5f84fe9a653c07d9c5ea2d5941356c536d6d434d1ff6133b587d
|
||||
|
||||
pre_configure() {
|
||||
ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk
|
||||
|
|
Loading…
Reference in a new issue