From 7a5247d974b8b3303416245b14659321732efc07 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 20 Jan 2019 22:00:23 +0000 Subject: [PATCH] scrcpy: Update to version 1.6 --- scrcpy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scrcpy.json b/scrcpy.json index b0fc56905d..07e62a00f9 100644 --- a/scrcpy.json +++ b/scrcpy.json @@ -2,16 +2,16 @@ "homepage": "https://github.com/Genymobile/scrcpy", "description": "Display and control your Android device", "license": "Apache-2.0", - "version": "1.5", + "version": "1.6", "architecture": { "64bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.5/scrcpy-win64-v1.5.zip", - "hash": "fcaf7d596e8829cbcc119d67ec055eef2ee14ee204f28b33b7794f225ce16463", + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.6/scrcpy-win64-v1.6.zip", + "hash": "f66b7eace8dd6537a9a27176fd824704a284d8e82077ccc903344396043f90c9", "extract_dir": "scrcpy-win64" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.5/scrcpy-win32-v1.5.zip", - "hash": "9118d74655a3e2daf9c1db37caf578f0b5239ccb078dbcbdb451e8a0becfe19f", + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.6/scrcpy-win32-v1.6.zip", + "hash": "4ca0c5924ab2ebf19b70f6598b2e546f65ba469a72ded2d1b213df3380fb46b1", "extract_dir": "scrcpy-win32" } },