From 20c55e3be1b0e130c99fb6961c448fb6a2ba35a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 28 May 2020 10:29:23 +0200 Subject: [PATCH] scrcpy: Update to version 1.14 --- bucket/scrcpy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index b5613d2395..31474d1bc4 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -1,17 +1,17 @@ { - "version": "1.13", + "version": "1.14", "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.13/scrcpy-win64-v1.13.zip", - "hash": "806aafc00d4db01513193addaa24f47858893ba5efe75770bfef6ae1ea987d27" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.14/scrcpy-win64-v1.14.zip", + "hash": "2be9139e46e29cf2f5f695848bb2b75a543b8f38be1133257dc5068252abc25f" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.13/scrcpy-win32-v1.13.zip", - "hash": "0fc5a702cc3aa5bf05108843a9cc443c63cb4754539b72f884defadca3d62da6" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.14/scrcpy-win32-v1.14.zip", + "hash": "63fb1b48f0e30372fcf610745a4a3213adc8be3bb1f1c66d4666a8575c6fade4" } }, "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",