diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json new file mode 100644 index 00000000000000..252067c333658a --- /dev/null +++ b/bucket/kaspersky-virus-removal-tool.json @@ -0,0 +1,24 @@ +{ + "version": "20.0.12.0.202411280100", + "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", + "homepage": "https://support.kaspersky.com/15674", + "license": "Freeware", + "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", + "hash": "097ca8eed46b0cb5e82a3d859e6aabc846ee602ed3511e6dc0e2737eda1a3be2", + "bin": "KVRT.exe", + "shortcuts": [ + [ + "KVRT.exe", + "Kaspersky Virus Removal Tool", + "-accepteula" + ] + ], + "checkver": { + "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/kvrt.xml", + "regex": "version = \"([\\d.]+)\"\\r?\\n\\s{4}databases_timestamp = \"([\\d]+)\"", + "replace": "${1}.${2}" + }, + "autoupdate": { + "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" + } +}