From 08aa87158b1d159c1c08b82faa49a2c90a1f819b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 7 Aug 2020 08:32:20 +0200 Subject: [PATCH] scrcpy: Update to version 1.15 --- bucket/scrcpy.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index 31474d1bc4..fb50c3ea20 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -1,17 +1,17 @@ { - "version": "1.14", - "homepage": "https://github.com/Genymobile/scrcpy", + "version": "1.15", "description": "Display and control your Android device", + "homepage": "https://github.com/Genymobile/scrcpy", "license": "Apache-2.0", "depends": "adb", "architecture": { "64bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.14/scrcpy-win64-v1.14.zip", - "hash": "2be9139e46e29cf2f5f695848bb2b75a543b8f38be1133257dc5068252abc25f" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.15/scrcpy-win64-v1.15.zip", + "hash": "dd514bb591e63ef4cd52a53c30f1153a28f59722d64690eb07bd017849edcba2" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.14/scrcpy-win32-v1.14.zip", - "hash": "63fb1b48f0e30372fcf610745a4a3213adc8be3bb1f1c66d4666a8575c6fade4" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.15/scrcpy-win32-v1.15.zip", + "hash": "c8daab92bf09a69f5c8e1001b089ca021eebe1fe0d75f58f82ada986a6400a13" } }, "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",