From caaa390317d18fb2afe477700593734c0dab4fe1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:28:19 +0000 Subject: [PATCH] presentmon: Update to version 2.1.1 --- bucket/presentmon.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/presentmon.json b/bucket/presentmon.json index 5ddce30c6d..2fa6423451 100644 --- a/bucket/presentmon.json +++ b/bucket/presentmon.json @@ -1,16 +1,16 @@ { - "version": "2.1.0", + "version": "2.1.1", "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.1.0/PresentMon-2.1.0-x64.exe#/PresentMon.exe", - "hash": "721b10446d3c4c177ad823fba9ec999fa062af12f431453d9ed56b6326c58f48" + "url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.1.1/PresentMon-2.1.1-x64.exe#/PresentMon.exe", + "hash": "afdc8673e26c22d9733d5239cb0d550fbf57d060addb97cd2158b146e5e7b385" }, "32bit": { - "url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.1.0/PresentMon-2.1.0-x86.exe#/PresentMon.exe", - "hash": "e6f05c1b1b7095d21b82b904658b281315cda79e897f229eb3d72bf3bd019188" + "url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.1.1/PresentMon-2.1.1-x86.exe#/PresentMon.exe", + "hash": "3c38b5907b3a2051894f86e2b5736888bbda401e9945efa5011723eaa68aa94d" } }, "bin": "PresentMon.exe",