scrcpy: Update to version 1.15.1

This commit is contained in:
Jakub Čábera 2020-08-07 13:23:44 +02:00
parent c8bbe62bd0
commit 02cb98ba22

View File

@ -1,17 +1,17 @@
{ {
"version": "1.15", "version": "1.15.1",
"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.15/scrcpy-win64-v1.15.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.15.1/scrcpy-win64-v1.15.1.zip",
"hash": "dd514bb591e63ef4cd52a53c30f1153a28f59722d64690eb07bd017849edcba2" "hash": "78fba4caad6328016ea93219254b5df391f24224c519a2c8e3f070695b8b38ff"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.15/scrcpy-win32-v1.15.zip", "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.15.1/scrcpy-win32-v1.15.1.zip",
"hash": "c8daab92bf09a69f5c8e1001b089ca021eebe1fe0d75f58f82ada986a6400a13" "hash": "80b6930d0a515431b5e814f5e716a5bbf89baade5769e3a90f83ed14812d8e8c"
} }
}, },
"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\" }",