From a7e4ad17d26a5eeb6ec634eda9449d69f777ba88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 00:35:23 +0000 Subject: [PATCH] scrcpy: Update to version 1.23 --- bucket/scrcpy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index b8014332dd..31d48d8dca 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -1,17 +1,17 @@ { - "version": "1.22", + "version": "1.23", "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.22/scrcpy-win64-v1.22.zip", - "hash": "ce4d9b8cc761e29862c4a72d8ad6f538bdd1f1831d15fd1f36633cd3b403db82" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.23/scrcpy-win64-v1.23.zip", + "hash": "d2f601b1d0157faf65153d8a093d827fd65aec5d5842d677ac86fb2b5b7704cc" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.22/scrcpy-win32-v1.22.zip", - "hash": "9c6a896e5760fdfaa179eb4c959ee37e9f0489ecbba242f3a78aa09257edd892" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.23/scrcpy-win32-v1.23.zip", + "hash": "6e902517ab8cc7c21a844ba22f9bb5fecfa4a49c3be2154276248c769a877829" } }, "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",