scrcpy: Update to version 1.21

This commit is contained in:
Richard Kuhnt 2021-12-03 18:02:02 +00:00
parent 382b674e0d
commit 845d23191b

View File

@ -1,17 +1,17 @@
{ {
"version": "1.20", "version": "1.21",
"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.20/scrcpy-win64-v1.20.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.21/scrcpy-win64-v1.21.zip",
"hash": "548532b616288bcaeceff6881ad5e6f0928e5ae2b48c380385f03627401cfdba" "hash": "fdab0c1421353b592a9bbcebd6e252675eadccca65cca8105686feaa9c1ded53"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.20/scrcpy-win32-v1.20.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.21/scrcpy-win32-v1.21.zip",
"hash": "d3b72604ef024cbab06445effcf052438332a2cbf353465702666eefc13cf2b1" "hash": "2ceb045814758679dfdf68ab348b5083638979298c08235be4fb493a5d1f9201"
} }
}, },
"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\" }",