scrcpy: Update to version 1.18

This commit is contained in:
Jakub Čábera 2021-06-20 20:55:05 -07:00
parent e87a3614f7
commit d38bb943b4

View File

@ -1,17 +1,17 @@
{ {
"version": "1.17", "version": "1.18",
"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.17/scrcpy-win64-v1.17.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.18/scrcpy-win64-v1.18.zip",
"hash": "8b9e57993c707367ed10ebfe0e1ef563c7a29d9af4a355cd8b6a52a317c73eea" "hash": "37212f5087fe6f3e258f1d44fa5c02207496b30e1d7ec442cbcf8358910a5c63"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.17/scrcpy-win32-v1.17.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.18/scrcpy-win32-v1.18.zip",
"hash": "9a964721c67cc2af0c89d99c2264b2ccb630f004317cbd1611a9256018456878" "hash": "dc82eddcf49f98c94524eace0ed5f44aad4a9892df85c9f405eafb9db5a7cb16"
} }
}, },
"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\" }",