Skip to content

Commit

Permalink
ddu@18.0.8.0: Fix checkver
Browse files Browse the repository at this point in the history
Relates to #13875
  • Loading branch information
aliesbelik committed Aug 24, 2024
1 parent dc6c419 commit fa06bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/ddu.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
]
],
"checkver": {
"url": "https://www.wagnardsoft.com/forums/viewforum.php?f=5",
"regex": "Display Driver Uninstaller \\(DDU\\) V([\\d.]+)"
"url": "https://raw.githubusercontent.com/Wagnard/display-drivers-uninstaller/WPF/display-driver-uninstaller/Display%20Driver%20Uninstaller/My%20Project/AssemblyInfo.vb",
"regex": "<Assembly: AssemblyVersion\\(\"([\\d.]+)\"\\)>"
},
"autoupdate": {
"url": "https://ftp.nluug.nl/pub/games/PC/guru3d/ddu/%5BGuru3D.com%5D-DDU.zip"
Expand Down

0 comments on commit fa06bb4

Please sign in to comment.