From fe6a2a79de1ddb34bf28dc07e44ceb30ba640400 Mon Sep 17 00:00:00 2001 From: Daviteusz Date: Thu, 17 Oct 2024 00:21:10 +0200 Subject: [PATCH] DS4Windows: Switch to maintained fork --- bucket/ds4windows.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/ds4windows.json b/bucket/ds4windows.json index 0dff4549edee1d..a4b060eede56ae 100644 --- a/bucket/ds4windows.json +++ b/bucket/ds4windows.json @@ -1,20 +1,20 @@ { - "version": "3.3.3", + "version": "3.9.1", "description": "Allows to get the best experience while using a DualShock 4 on PC.", - "homepage": "https://ryochan7.github.io/ds4windows-site/", - "license": "MIT", + "homepage": "https://github.com/schmaldeo/DS4Windows", + "license": "GPLv3", "notes": "ViGEmBus is required for DS4Windows to work. You can install it within the app.", "suggest": { ".NET Desktop Runtime": "extras/windowsdesktop-runtime" }, "architecture": { "64bit": { - "url": "https://github.com/Ryochan7/DS4Windows/releases/download/v3.3.3/DS4Windows_3.3.3_x64.zip", - "hash": "cf5619bcb51b82e4e1765276e9f67fb1e2d23dff968a653657acf35bafff8bf4" + "url": "https://github.com/schmaldeo/DS4Windows/releases/download/v3.9.1/DS4Windows_3.9.1_x64.zip", + "hash": "2C8E3A23D3738A2DC0880BE51D83BB7775C2A5C7461141804C7F113B18FE23BB" }, "32bit": { - "url": "https://github.com/Ryochan7/DS4Windows/releases/download/v3.3.3/DS4Windows_3.3.3_x86.zip", - "hash": "5d2a287b6dd5e8da8f9d9ee058bce12880d3d5a90752aa6a3e5769baaacadca2" + "url": "https://github.com/schmaldeo/DS4Windows/releases/download/v3.9.1/DS4Windows_3.9.1_x86.zip", + "hash": "25364C9A446BA9095D7A88434ABF5D851F57CD270C5625A7DAC9FE86572EB005" } }, "extract_dir": "DS4Windows", @@ -63,15 +63,15 @@ "Profiles.xml" ], "checkver": { - "github": "https://github.com/Ryochan7/DS4Windows" + "github": "https://github.com/schmaldeo/DS4Windows" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Ryochan7/DS4Windows/releases/download/v$version/DS4Windows_$version_x64.zip" + "url": "https://github.com/schmaldeo/DS4Windows/releases/download/v$version/DS4Windows_$version_x64.zip" }, "32bit": { - "url": "https://github.com/Ryochan7/DS4Windows/releases/download/v$version/DS4Windows_$version_x86.zip" + "url": "https://github.com/schmaldeo/DS4Windows/releases/download/v$version/DS4Windows_$version_x86.zip" } } }