From 53d91251ba8b8181e10b57a9ebff10b56b3276ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:28:11 +0000 Subject: [PATCH] presentmon: Update to version 2.1.0 --- bucket/presentmon.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/presentmon.json b/bucket/presentmon.json index c28aa2900a..5ddce30c6d 100644 --- a/bucket/presentmon.json +++ b/bucket/presentmon.json @@ -1,16 +1,16 @@ { - "version": "2.0.1", + "version": "2.1.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/v2.0.1/PresentMon-2.0.1-x64.exe#/PresentMon.exe", - "hash": "a45b2e2341ec75fefe724b9a2633aa272c6c98262c4bb90aab5a575800a8b308" + "url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.1.0/PresentMon-2.1.0-x64.exe#/PresentMon.exe", + "hash": "721b10446d3c4c177ad823fba9ec999fa062af12f431453d9ed56b6326c58f48" }, "32bit": { - "url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.0.1/PresentMon-2.0.1-x86.exe#/PresentMon.exe", - "hash": "c39740717fe096343d6e1185df19b74d195cd15180343f9ce2d21f5a290dc8ec" + "url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.1.0/PresentMon-2.1.0-x86.exe#/PresentMon.exe", + "hash": "e6f05c1b1b7095d21b82b904658b281315cda79e897f229eb3d72bf3bd019188" } }, "bin": "PresentMon.exe",