diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index d2d41fa48f..a2d8ee155a 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -1,17 +1,17 @@ { - "version": "1.19", + "version": "1.20", "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.19/scrcpy-win64-v1.19.zip", - "hash": "383d6483f25ac0092d4bb9fef6c967351ecd50fc248e0c82932db97d6d32f11b" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.20/scrcpy-win64-v1.20.zip", + "hash": "548532b616288bcaeceff6881ad5e6f0928e5ae2b48c380385f03627401cfdba" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.19/scrcpy-win32-v1.19.zip", - "hash": "50a21f07ef9705e7867d96666fb638a4cde2b9cbd4922a9268f269d217a4cd5d" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.20/scrcpy-win32-v1.20.zip", + "hash": "d3b72604ef024cbab06445effcf052438332a2cbf353465702666eefc13cf2b1" } }, "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",