scrcpy: Update to version 1.8

This commit is contained in:
Richard Kuhnt 2019-03-07 20:00:39 +00:00
parent 49078ab4f6
commit a99f2c8b92

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.7",
"version": "1.8",
"architecture": {
"64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.7/scrcpy-win64-v1.7.zip",
"hash": "b41416547521062f19e3f3f539e89a70e713bd086e69ef1b29c128993f7aa462",
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.8/scrcpy-win64-v1.8.zip",
"hash": "9cc980d07bd8f036ae4e91d0bc6fc3281d7fa8f9752d4913b643c0fb72a19fb7",
"extract_dir": "scrcpy-win64"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.7/scrcpy-win32-v1.7.zip",
"hash": "98ae36f2da0b8212c07066fd93139650554274f863d4cee0781501a0c84f7c23",
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.8/scrcpy-win32-v1.8.zip",
"hash": "c0c29ed1c66deaa73bdadacd09e598aafb3a117929cf7a314cce1cc45e34de53",
"extract_dir": "scrcpy-win32"
}
},