Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected]: Update to v3.9.2 and switch to maintained fork #14238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions bucket/ds4windows.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"version": "3.3.3",
"version": "3.9.2",
"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.2/DS4Windows_3.9.2_x64.zip",
"hash": "E3F0CD0BEB1A4E9C14FEA072793AC4BECDD8C7AF3533AB81B7586C5DC8E94C04"
},
"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.2/DS4Windows_3.9.2_x86.zip",
"hash": "B7868789149D207E2277D2DC86781B784C80AC2D85FBEA03AD93B81DD60C90C8"
}
},
"extract_dir": "DS4Windows",
Expand Down Expand Up @@ -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"
}
}
}
Expand Down