Skip to content

Commit

Permalink
furmark1: Add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Sep 14, 2024
1 parent 731cf32 commit 5e6b968
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/furmark1.json
Original file line number Diff line number Diff line change
@@ -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/(?<page>\\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"
}
}
}

0 comments on commit 5e6b968

Please sign in to comment.