diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index 93ca666b1b..d2d41fa48f 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -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\" }",