From 1e8ebc2d89459c9b8726c867ea78291b504fab8c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 11 Jun 2019 21:00:45 +0000 Subject: [PATCH] scrcpy: Update to version 1.9 --- bucket/scrcpy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index 3e809ae3a7..08a6101b94 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -2,16 +2,16 @@ "homepage": "https://github.com/Genymobile/scrcpy", "description": "Display and control your Android device", "license": "Apache-2.0", - "version": "1.8", + "version": "1.9", "architecture": { "64bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.8/scrcpy-win64-v1.8.zip", - "hash": "9cc980d07bd8f036ae4e91d0bc6fc3281d7fa8f9752d4913b643c0fb72a19fb7", + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.9/scrcpy-win64-v1.9.zip", + "hash": "0088eca1811ea7c7ac350d636c8465b266e6c830bb268770ff88fddbb493077e", "extract_dir": "scrcpy-win64" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.8/scrcpy-win32-v1.8.zip", - "hash": "c0c29ed1c66deaa73bdadacd09e598aafb3a117929cf7a314cce1cc45e34de53", + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.9/scrcpy-win32-v1.9.zip", + "hash": "3234f7fbcc26b9e399f50b5ca9ed085708954c87fda1b0dd32719d6e7dd861ef", "extract_dir": "scrcpy-win32" } },