diff --git a/bucket/furmark1.json b/bucket/furmark1.json new file mode 100644 index 00000000000..847b2a4f12e --- /dev/null +++ b/bucket/furmark1.json @@ -0,0 +1,28 @@ +{ + "version": "1.38.1.0", + "description": "A GPU Stress Test and OpenGL Benchmark", + "homepage": "https://geeks3d.com/furmark/", + "license": "Freeware", + "url": "https://geeks3d.com/dl/get/738#/FurMark_1.38.1.0_Setup.exe", + "hash": "314df1c873a103f4c7297b254b11c48f51534bfbf46fc83b109fee97818418fc", + "notes": "This manifest may fail to download under Powershell 5.x for now.", + "innosetup": true, + "bin": "FurMark.exe", + "shortcuts": [ + [ + "FurMark.exe", + "FurMark" + ] + ], + "checkver": { + "url": "https://geeks3d.com/furmark/downloads/", + "regex": "(?sm)>FurMark 1<.*dl/show/(?\\d+)\".*>v([\\d.]+) - win32" + }, + "autoupdate": { + "url": "https://geeks3d.com/dl/get/$matchPage#/FurMark_$version_Setup.exe", + "hash": { + "url": "https://geeks3d.com/dl/show/$matchPage", + "regex": "$sha256" + } + } +}