To check for and apply updates:
"version": "7.77", "description": "Internet Relay Chat client for Windows", "homepage": "https://www.mirc.com/", "license": "Proprietary - Shareware", "url": "https://www.mirc.com/get.php?filename=mirc777.exe#/dl.7z", "hash": "e3b5d3d7c3b4d9b8e1c6d7f2b8f0e9c3b2a1d4e6f8c7b9a0d1e2f3c4b5a6d7e8", "pre_install": [ "if (!(Test-Path \"$persist_dir\\mirc.ini\")) ", " New-Item \"$dir\\mirc.ini\" -Type File " ], "post_install": [ "if (Test-Path \"$persist_dir\\mirc.ini\") Copy-Item \"$persist_dir\\mirc.ini\" \"$dir\\mirc.ini\" -Force ", "if (Test-Path \"$persist_dir\\logs\") Copy-Item \"$persist_dir\\logs\\*\" \"$dir\\logs\" -Recurse -Force ", "if (Test-Path \"$persist_dir\\scripts\") Copy-Item \"$persist_dir\\scripts\\*\" \"$dir\\scripts\" -Recurse -Force " ], "persist": [ "mirc.ini", "logs", "scripts" ], "bin": "mirc.exe", "shortcuts": [ ["mirc.exe", "mIRC"] ], "checkver": "url": "https://www.mirc.com/download.html", "regex": "mirc(\\d+)\\.exe" , "autoupdate": "url": "https://www.mirc.com/get.php?filename=mirc$cleanVersion.exe#/dl.7z" , "notes": [ "mIRC will store user data (settings, logs, scripts) in the persist folder.", "To register your license, copy a valid mirc.ini containing registration info into the persist folder.", "Run 'scoop hold mirc' to prevent auto-updates if needed." ] scoop script mirc