diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json new file mode 100644 index 00000000000000..07ff644b130a0f --- /dev/null +++ b/bucket/kaspersky-virus-removal-tool.json @@ -0,0 +1,24 @@ +{ + "version": "20.0.11.0.202404201910", + "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": "bb804f8349947610c68f022d5aaa7ee41d8a67eb809c5f190ceec409c1e4e030", + "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" + } +}