From cd6f714d071613a3bc7ec1b5591de2aa62b9404b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Fran=C3=A7a?= <4137832+difranca@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:07:32 -0300 Subject: [PATCH] pixelflasher: Add version 7.7.1.0 (#14369) --- bucket/pixelflasher.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/pixelflasher.json diff --git a/bucket/pixelflasher.json b/bucket/pixelflasher.json new file mode 100644 index 00000000000000..476881efeb4251 --- /dev/null +++ b/bucket/pixelflasher.json @@ -0,0 +1,33 @@ +{ + "version": "7.7.1.0", + "description": "Pixel phone flashing GUI utility with features", + "homepage": "https://github.com/badabing2005/PixelFlasher", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/badabing2005/PixelFlasher/releases/download/v7.7.1.0/PixelFlasher.exe", + "hash": "99b439988dfa1cd51037b85822c01cbc4de44c57bd033998c04d524b9e7ac307" + } + }, + "shortcuts": [ + [ + "PixelFlasher.exe", + "PixelFlasher" + ] + ], + "suggest": { + "adb": "main/adb" + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/badabing2005/PixelFlasher/releases/download/v$version/PixelFlasher.exe", + "hash": { + "url": "$url.sha256", + "find": "$sha256" + } + } + } + } +}