scrcpy: Update to version 2.0

This commit is contained in:
github-actions[bot] 2023-03-12 04:29:51 +00:00
parent b6975c06fc
commit e02b9473f3

View File

@ -1,19 +1,19 @@
{ {
"version": "1.25", "version": "2.0",
"description": "Display and control your Android device", "description": "Display and control your Android device",
"homepage": "https://github.com/Genymobile/scrcpy", "homepage": "https://github.com/Genymobile/scrcpy",
"license": "Apache-2.0", "license": "Apache-2.0",
"depends": "adb", "depends": "adb",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.25/scrcpy-win64-v1.25.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v2.0/scrcpy-win64-v2.0.zip",
"hash": "db65125e9c65acd00359efb7cea9c05f63cc7ccd5833000cd243cc92f5053028", "hash": "ae4c8d37a496b43f8974ba8f07f708e22a9570ba0cddc3dc3a36edbccd4d2a20",
"extract_dir": "scrcpy-win64-v1.25" "extract_dir": "scrcpy-win64-v2.0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.25/scrcpy-win32-v1.25.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v2.0/scrcpy-win32-v2.0.zip",
"hash": "d9422cafecb28d9df9dd8490b492bc2e573f8962854163294ba85b239becc0a3", "hash": "15d98c02cb0e0bbd84f8b5d54991e0f6925569b1286a86a40743944fcb1c2d8c",
"extract_dir": "scrcpy-win32-v1.25" "extract_dir": "scrcpy-win32-v2.0"
} }
}, },
"pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }", "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",