From 183526b1514ca0987b845637c687a79b88d6427c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:06:53 +0000 Subject: [PATCH] presentmon: Update to version 2.0.0 --- bucket/presentmon.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/presentmon.json b/bucket/presentmon.json index 57f042e424..25ee7627ac 100644 --- a/bucket/presentmon.json +++ b/bucket/presentmon.json @@ -1,16 +1,16 @@ { - "version": "1.10.0", + "version": "2.0.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.10.0/PresentMon-1.10.0-x64.exe#/PresentMon.exe", - "hash": "e57a2f8ee1de1ef1a5516d875f1b115e881943cd729fe9c5a2f88b1dc79a8a3b" + "url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.0.0/PresentMon-2.0.0-x64.exe#/PresentMon.exe", + "hash": "faad881ef4996853e75359b5be52087b289d8c06f420aec3fcb4d7a4e4a994f5" }, "32bit": { - "url": "https://github.com/GameTechDev/PresentMon/releases/download/v1.10.0/PresentMon-1.10.0-x86.exe#/PresentMon.exe", - "hash": "2eeaf9050922a4cf16ba64ad394dcc8d6318d9fee282ff8d76dfdbf43455934f" + "url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.0.0/PresentMon-2.0.0-x86.exe#/PresentMon.exe", + "hash": "c8b2fff23874f46b06eeda35eba7b1ed49fc963d7b9cc144db4b43e8893c8c26" } }, "bin": "PresentMon.exe",