From 061b11567cb3e68de5b7346f30aa39d647847db5 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 10 Dec 2019 18:00:18 +0000 Subject: [PATCH] scrcpy: Update to version 1.12.1 --- bucket/scrcpy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index ed335b9222..01d15379f1 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -1,17 +1,17 @@ { - "version": "1.12", + "version": "1.12.1", "homepage": "https://github.com/Genymobile/scrcpy", "description": "Display and control your Android device", "license": "Apache-2.0", "depends": "adb", "architecture": { "64bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.12/scrcpy-win64-v1.12.zip", - "hash": "7d47983b426f7287de0230b88975dc17c1d9c343fa61a93ff2af78b6e9ef5c8c" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-win64-v1.12.1.zip", + "hash": "57d34b6d16cfd9fe169bc37c4df58ebd256d05c1ea3febc63d9cb0a027ab47c9" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.12/scrcpy-win32-v1.12.zip", - "hash": "b2c8c4a3899c037cf448a2102906775114826ba646ce1b847826925103fa801d" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-win32-v1.12.1.zip", + "hash": "0f4b3b063536b50a2df05dc42c760f9cc0093a9a26dbdf02d8232c74dab43480" } }, "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",