{ "homepage": "https://github.com/Genymobile/scrcpy", "description": "Display and control your Android device", "license": "Apache-2.0", "version": "1.9", "architecture": { "64bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.9/scrcpy-win64-v1.9.zip", "hash": "0088eca1811ea7c7ac350d636c8465b266e6c830bb268770ff88fddbb493077e", "extract_dir": "scrcpy-win64" }, "32bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.9/scrcpy-win32-v1.9.zip", "hash": "3234f7fbcc26b9e399f50b5ca9ed085708954c87fda1b0dd32719d6e7dd861ef", "extract_dir": "scrcpy-win32" } }, "depends": "adb", "post_install": "if(Test-Path(\"$dir\\adb.exe\")) { Remove-Item \"$dir\\adb.exe\" }", "bin": "scrcpy.exe", "env_set": { "SCRCPY_SERVER_PATH": "$dir\\scrcpy-server.jar" }, "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win64-v$version.zip" }, "32bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win32-v$version.zip" } }, "hash": { "url": "$baseurl/SHA256SUMS.txt" } } }