From f8be4caca17e0d18479193b4be3c88367d424804 Mon Sep 17 00:00:00 2001 From: Caroline Joy Bell Date: Thu, 31 Oct 2024 11:09:09 -0500 Subject: [PATCH] Update pcsx2 to 2.2.0 --- bucket/pcsx2.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pcsx2.json b/bucket/pcsx2.json index 12c01496de1a..1be8c0ef2d7a 100644 --- a/bucket/pcsx2.json +++ b/bucket/pcsx2.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.2.0", "description": "A feature rich FOSS PlayStation 2 emulator", "homepage": "https://pcsx2.net/", "license": { @@ -14,8 +14,8 @@ "suggest": { "Microsoft Visual C++ Runtime 2022": "extras/vcredist2022" }, - "url": "https://github.com/PCSX2/pcsx2/releases/download/v2.0.2/pcsx2-v2.0.2-windows-x64-Qt.7z", - "hash": "daf7a4025a90b8ff646f50469ad35765a6b4cee183c78fb08a9eb5343cbf6938", + "url": "https://github.com/PCSX2/pcsx2/releases/download/v2.2.0/pcsx2-v2.2.0-windows-x64-Qt.7z", + "hash": "6215d72ae28f4be839edc7664f9763e5c0db092d6f311ae4f3160109e5c3754a", "pre_install": [ "if (!(Test-Path \"$persist_dir\")) {", " New-item \"$persist_dir\" -ItemType Directory | Out-Null",