presentmon: Update to version 1.7.1

This commit is contained in:
github-actions[bot] 2022-04-01 20:27:22 +00:00
parent 4a121e63c2
commit c1332ca807

View File

@ -1,26 +1,26 @@
{ {
"version": "1.7.0", "version": "1.7.1",
"description": "Tool for collection and processing of ETW events related to frame presentation on Windows.", "description": "Tool for collection and processing of ETW events related to frame presentation on Windows.",
"homepage": "https://github.com/GameTechDev/PresentMon", "homepage": "https://github.com/GameTechDev/PresentMon",
"license": "MIT", "license": "MIT",
"architecture":{ "architecture": {
"64bit":{ "64bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v1.7.0/PresentMon-1.7.0-x64.exe#/PresentMon.exe", "url": "https://github.com/GameTechDev/PresentMon/releases/download/v1.7.1/PresentMon-1.7.1-x64.exe#/PresentMon.exe",
"hash": "E1C475B66AD87ED4ADD950F0F29B31E53D6093CDB8182D0FDD1B6B7B690E14F1" "hash": "8041db44e8e762100067196ea759faf476cf696b0644bf354b29c64f4175595b"
}, },
"32bit":{ "32bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v1.7.0/PresentMon-1.7.0-x86.exe#/PresentMon.exe", "url": "https://github.com/GameTechDev/PresentMon/releases/download/v1.7.1/PresentMon-1.7.1-x86.exe#/PresentMon.exe",
"hash": "163999393086B349C09FDBAC74FB1C151564FFB07FF094F4E4ADCE22FD5D8098" "hash": "9ce7b0397908873221dc0142da1c16d2dd0e87a8e22bbc75a57c45d364e8fa0b"
} }
}, },
"bin": "PresentMon.exe", "bin": "PresentMon.exe",
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit":{ "64bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x64.exe#/PresentMon.exe" "url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x64.exe#/PresentMon.exe"
}, },
"32bit":{ "32bit": {
"url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x86.exe#/PresentMon.exe" "url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x86.exe#/PresentMon.exe"
} }
} }