From 92e3d300d1204f5fff0a7783b7a838a118ea4c17 Mon Sep 17 00:00:00 2001 From: AntonOks Date: Fri, 10 May 2024 21:41:19 +0200 Subject: [PATCH] mIRC-aoks: Add version 7.76 --- bucket/mIRC-aoks.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/mIRC-aoks.json diff --git a/bucket/mIRC-aoks.json b/bucket/mIRC-aoks.json new file mode 100644 index 00000000..25f35c9c --- /dev/null +++ b/bucket/mIRC-aoks.json @@ -0,0 +1,32 @@ +{ + "version": "7.76", + "description": "The mIRC chat application.", + "homepage": "https://www.mirc.com/", + "license": "https://www.mirc.com/eula.html", + "architecture": { + "64bit": { + "url": "https://www.mirc.com/get.php", + "hash": "ec10e7c36e92c503a6c6bae6657fe6f44b2334ce576aa4396858454b2239f366" + } + }, + "installer": { + "script": "Start-Process -FilePath \"$dir\\installer.exe\" -ArgumentList \"/S /D=$dir\" -Wait" + }, + "uninstaller": { + "script": "Start-Process -FilePath \"$dir\\uninstall.exe\" -ArgumentList \"/S\" -Wait" + }, + "checkver": { + "url": "https://www.mirc.com/versions.txt", + "regex": "mIRC v([\\d\\.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://www.mirc.com/get.php" + } + }, + "hash": { + "mode": "download" + } + } +}