From 874a0ede2cce9a357aadf700175212b3779843d2 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:43:52 -0400 Subject: [PATCH] furmark1: Add manifest Relates to https://github.com/ScoopInstaller/Extras/pull/14019 https://github.com/ScoopInstaller/Extras/issues/12861 --- bucket/furmark.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/furmark.json diff --git a/bucket/furmark.json b/bucket/furmark.json new file mode 100644 index 00000000000..847b2a4f12e --- /dev/null +++ b/bucket/furmark.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" + } + } +}