scrcpy: Update to version 1.10

This commit is contained in:
Richard Kuhnt 2019-08-04 21:00:20 +00:00
parent 47c89f8434
commit 25d79d74ea

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.9", "version": "1.10",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.9/scrcpy-win64-v1.9.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.10/scrcpy-win64-v1.10.zip",
"hash": "0088eca1811ea7c7ac350d636c8465b266e6c830bb268770ff88fddbb493077e", "hash": "95de34575d873c7e95dfcfb5e74d0f6af4f70b2a5bc6fde0f48d1a05480e3a44",
"extract_dir": "scrcpy-win64" "extract_dir": "scrcpy-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.9/scrcpy-win32-v1.9.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.10/scrcpy-win32-v1.10.zip",
"hash": "3234f7fbcc26b9e399f50b5ca9ed085708954c87fda1b0dd32719d6e7dd861ef", "hash": "f98b400b3764404b33b212e9762dd6f1593ddb766c1480fc2609c94768e4a8e1",
"extract_dir": "scrcpy-win32" "extract_dir": "scrcpy-win32"
} }
}, },