diff --git a/bucket/msikombustor.json b/bucket/msikombustor.json new file mode 100644 index 00000000000000..b4b95d6e709d5b --- /dev/null +++ b/bucket/msikombustor.json @@ -0,0 +1,41 @@ +{ + "homepage": "https://geeks3d.com/furmark/kombustor/downloads/", + "description": "A standalone benchmark/stability test tool based on software from the maker of Furmark.", + "license": "Freeware", + "version": "4.1.0.0", + "innosetup": true, + "architecture": { + "64bit": { + "url": "https://gpuscore.top/msi/MSI_Kombustor4_Setup_v4.1.0.0_x64.exe", + "hash": "830e93ed4a53e9e46053498dbc827f201c2826550d9acd4209191953e7d5a190", + "bin": [ + "MSI-Kombustor-x64.exe", + [ + "MSI-Kombustor-x64.exe", + "MSI-Kombustor" + ] + ], + "shortcuts": [ + [ + "MSI-Kombustor-x64.exe", + "MSI Kombustor" + ] + ] + } + }, + "checkver": { + "url": "https://geeks3d.com/furmark/kombustor/downloads/", + "regex": "Version ([\\d.]+) -" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://gpuscore.top/msi/MSI_Kombustor4_Setup_v$version_x64.exe", + "hash": { + "url": "https://geeks3d.com/furmark/kombustor/downloads/", + "regex": "(?sm)$basename.*?SHA256\\s+=>\\s+$sha256" + } + } + } + } +}