rpi-imager: update to 1.6.
This commit is contained in:
parent
d6417ca678
commit
9f95b14ece
2 changed files with 14 additions and 3 deletions
11
srcpkgs/rpi-imager/patches/disable-telemetry.patch
Normal file
11
srcpkgs/rpi-imager/patches/disable-telemetry.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- config.h.orig 2021-03-16 12:22:48.315849306 -0500
|
||||
+++ 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.org/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,7 +1,7 @@
|
|||
# Template file for 'rpi-imager'
|
||||
pkgname=rpi-imager
|
||||
version=1.5
|
||||
revision=2
|
||||
version=1.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||
makedepends="qt5-devel qt5-declarative-devel qt5-svg-devel qt5-tools-devel
|
||||
|
@ -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="972592886b4ff448b34bd420817f7b019c40fdab6ccef7acbc69986c1904e39c"
|
||||
checksum="811f9c261f82f75eefb9129570c47ff6653c1e9af08d9ed0b877261b4d184685"
|
||||
|
||||
pre_configure() {
|
||||
ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk
|
||||
|
|
Loading…
Reference in a new issue