From cc3238f508b028005da4b1cf49b3d387bda406ac Mon Sep 17 00:00:00 2001 From: Couleur <82747632+couleurm@users.noreply.github.com> Date: Tue, 1 Mar 2022 08:49:54 +0100 Subject: [PATCH] presentmon: Add version 1.7.0 (#3325) * presentmon: add version 1.7.0 * fix space * remove unofficial shim alias * Update presentmon.json * Update presentmon.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/presentmon.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/presentmon.json diff --git a/bucket/presentmon.json b/bucket/presentmon.json new file mode 100644 index 0000000000..bf94b00460 --- /dev/null +++ b/bucket/presentmon.json @@ -0,0 +1,28 @@ +{ + "version": "1.7.0", + "description": "Tool for collection and processing of ETW events related to frame presentation on Windows.", + "homepage": "https://github.com/GameTechDev/PresentMon", + "license": "MIT", + "architecture":{ + "64bit":{ + "url": "https://github.com/GameTechDev/PresentMon/releases/download/v1.7.0/PresentMon-1.7.0-x64.exe#/PresentMon.exe", + "hash": "E1C475B66AD87ED4ADD950F0F29B31E53D6093CDB8182D0FDD1B6B7B690E14F1" + }, + "32bit":{ + "url": "https://github.com/GameTechDev/PresentMon/releases/download/v1.7.0/PresentMon-1.7.0-x86.exe#/PresentMon.exe", + "hash": "163999393086B349C09FDBAC74FB1C151564FFB07FF094F4E4ADCE22FD5D8098" + } + }, + "bin": "PresentMon.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit":{ + "url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x64.exe#/PresentMon.exe" + }, + "32bit":{ + "url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x86.exe#/PresentMon.exe" + } + } + } +}