From 02cb98ba22448af183d2ae8610bf2d091428aa2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 7 Aug 2020 13:23:44 +0200 Subject: [PATCH] scrcpy: Update to version 1.15.1 --- bucket/scrcpy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index fb50c3ea20..fd1dc1a96d 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -1,17 +1,17 @@ { - "version": "1.15", + "version": "1.15.1", "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.15/scrcpy-win64-v1.15.zip", - "hash": "dd514bb591e63ef4cd52a53c30f1153a28f59722d64690eb07bd017849edcba2" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.15.1/scrcpy-win64-v1.15.1.zip", + "hash": "78fba4caad6328016ea93219254b5df391f24224c519a2c8e3f070695b8b38ff" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.15/scrcpy-win32-v1.15.zip", - "hash": "c8daab92bf09a69f5c8e1001b089ca021eebe1fe0d75f58f82ada986a6400a13" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.15.1/scrcpy-win32-v1.15.1.zip", + "hash": "80b6930d0a515431b5e814f5e716a5bbf89baade5769e3a90f83ed14812d8e8c" } }, "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",