Skip to content

Commit

Permalink
mIRC-aoks: Add version 7.76
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOks committed May 10, 2024
1 parent ba25714 commit 92e3d30
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bucket/mIRC-aoks.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 92e3d30

Please sign in to comment.