scrcpy: Update to version 1.19

This commit is contained in:
Jakub Čábera 2021-09-10 15:10:13 -07:00
parent 17f1d9fa59
commit 2838ee8f8d

View File

@ -1,17 +1,17 @@
{
"version": "1.18",
"version": "1.19",
"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.18/scrcpy-win64-v1.18.zip",
"hash": "37212f5087fe6f3e258f1d44fa5c02207496b30e1d7ec442cbcf8358910a5c63"
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.19/scrcpy-win64-v1.19.zip",
"hash": "383d6483f25ac0092d4bb9fef6c967351ecd50fc248e0c82932db97d6d32f11b"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.18/scrcpy-win32-v1.18.zip",
"hash": "dc82eddcf49f98c94524eace0ed5f44aad4a9892df85c9f405eafb9db5a7cb16"
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.19/scrcpy-win32-v1.19.zip",
"hash": "50a21f07ef9705e7867d96666fb638a4cde2b9cbd4922a9268f269d217a4cd5d"
}
},
"pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",