scrcpy: Update to version 1.9

This commit is contained in:
Richard Kuhnt 2019-06-11 21:00:45 +00:00
parent 81c42d045f
commit 1e8ebc2d89

View File

@ -2,16 +2,16 @@
"homepage": "https://github.com/Genymobile/scrcpy", "homepage": "https://github.com/Genymobile/scrcpy",
"description": "Display and control your Android device", "description": "Display and control your Android device",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "1.8", "version": "1.9",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.8/scrcpy-win64-v1.8.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.9/scrcpy-win64-v1.9.zip",
"hash": "9cc980d07bd8f036ae4e91d0bc6fc3281d7fa8f9752d4913b643c0fb72a19fb7", "hash": "0088eca1811ea7c7ac350d636c8465b266e6c830bb268770ff88fddbb493077e",
"extract_dir": "scrcpy-win64" "extract_dir": "scrcpy-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.8/scrcpy-win32-v1.8.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.9/scrcpy-win32-v1.9.zip",
"hash": "c0c29ed1c66deaa73bdadacd09e598aafb3a117929cf7a314cce1cc45e34de53", "hash": "3234f7fbcc26b9e399f50b5ca9ed085708954c87fda1b0dd32719d6e7dd861ef",
"extract_dir": "scrcpy-win32" "extract_dir": "scrcpy-win32"
} }
}, },