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