From 7d1eb6024ac7c14c289fe1110367a33beaade8bf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 3 Oct 2018 23:00:26 +0000 Subject: [PATCH] scrcpy: Update to version 1.4 --- scrcpy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scrcpy.json b/scrcpy.json index d1a79ba3b3..9b5999e8c8 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.3", + "version": "1.4", "architecture": { "64bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.3/scrcpy-win64-v1.3.zip", - "hash": "0768a80d3d600d0bbcd220ca150ae88a3a58d1fe85c308a8c61f44480b711e43", + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.4/scrcpy-win64-v1.4.zip", + "hash": "382f02bd8ed3db2cc7ab15aabdb83674744993b936d602b01e6959a150584a79", "extract_dir": "scrcpy-win64" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.3/scrcpy-win32-v1.3.zip", - "hash": "51a2990e631ed469a7a86ff38107d517a91d313fb3f8327eb7bc71dde40870b5", + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.4/scrcpy-win32-v1.4.zip", + "hash": "1f72fa520980727e8943b7214b64c66b00b9b5267f7cffefb64fa37c3ca803cf", "extract_dir": "scrcpy-win32" } },