scrcpy: Update to version 1.16

This commit is contained in:
Jakub Čábera 2020-08-11 09:10:47 +02:00
parent 7b94faf3d0
commit a722291849

View File

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