scrcpy: Update to version 1.6

This commit is contained in:
Richard Kuhnt 2019-01-20 22:00:23 +00:00
parent 06c99f6c1d
commit 7a5247d974

View File

@ -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"
}
},