scrcpy: Update to version 1.17

This commit is contained in:
Jakub Čábera 2021-01-02 13:49:21 +01:00
parent c007d72862
commit 587fb90c7f

View File

@ -1,17 +1,17 @@
{
"version": "1.16",
"version": "1.17",
"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.16/scrcpy-win64-v1.16.zip",
"hash": "3f30dc5db1a2f95c2b40a0f5de91ec1642d9f53799250a8c529bc882bc0918f0"
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.17/scrcpy-win64-v1.17.zip",
"hash": "8b9e57993c707367ed10ebfe0e1ef563c7a29d9af4a355cd8b6a52a317c73eea"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.16/scrcpy-win32-v1.16.zip",
"hash": "b606e7a04212e35ae39a14f5943e4804ed83eb99f794ddc569d4179a1d9c0272"
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.17/scrcpy-win32-v1.17.zip",
"hash": "9a964721c67cc2af0c89d99c2264b2ccb630f004317cbd1611a9256018456878"
}
},
"pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",