diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index f6f5644e94..ed335b9222 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -1,17 +1,17 @@ { - "version": "1.11", + "version": "1.12", "homepage": "https://github.com/Genymobile/scrcpy", "description": "Display and control your Android device", "license": "Apache-2.0", "depends": "adb", "architecture": { "64bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.11/scrcpy-win64-v1.11.zip", - "hash": "3802c9ea0307d437947ff150ec65e53990b0beaacd0c8d0bed19c7650ce141bd" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.12/scrcpy-win64-v1.12.zip", + "hash": "7d47983b426f7287de0230b88975dc17c1d9c343fa61a93ff2af78b6e9ef5c8c" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.11/scrcpy-win32-v1.11.zip", - "hash": "f25ed46e6f3e81e0ff9b9b4df7fe1a4bbd13f8396b7391be0a488b64c675b41e" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.12/scrcpy-win32-v1.12.zip", + "hash": "b2c8c4a3899c037cf448a2102906775114826ba646ce1b847826925103fa801d" } }, "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",