scrcpy: Update to version 1.20 (#2989)

This commit is contained in:
tech189 2021-11-22 07:52:13 +00:00 committed by GitHub
parent d11dd78323
commit 83bcd365cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
{
"version": "1.19",
"version": "1.20",
"description": "Display and control your Android device",
"homepage": "https://github.com/Genymobile/scrcpy",
"license": "Apache-2.0",
"depends": "adb",
"architecture": {
"64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.19/scrcpy-win64-v1.19.zip",
"hash": "383d6483f25ac0092d4bb9fef6c967351ecd50fc248e0c82932db97d6d32f11b"
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.20/scrcpy-win64-v1.20.zip",
"hash": "548532b616288bcaeceff6881ad5e6f0928e5ae2b48c380385f03627401cfdba"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.19/scrcpy-win32-v1.19.zip",
"hash": "50a21f07ef9705e7867d96666fb638a4cde2b9cbd4922a9268f269d217a4cd5d"
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.20/scrcpy-win32-v1.20.zip",
"hash": "d3b72604ef024cbab06445effcf052438332a2cbf353465702666eefc13cf2b1"
}
},
"pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",