Skip to content

Commit

Permalink
AU: 1 updated - ddu
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Feb 28, 2021
1 parent 2304ef7 commit 4943b6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/ddu/ddu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ddu</id>
<title>Display Driver Uninstaller</title>
<version>18.0.3.5</version>
<version>18.0.3.6</version>
<authors>Ghislain Harvey,Shady757</authors>
<owners>tunisiano</owners>
<summary>Utility to completely remove system drivers</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/ddu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.0.3.5.exe'
$checksum = 'e3e07b2c28884d0e6f618acb49e1f7365dc34ecd02dbe935ff11f921139f1794'
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.0.3.6.exe'
$checksum = 'dbf40cb0450313a6ba2b67ab824d4f8c71668cf9b48ab361263d19d6b84c8c7b'
$checksumType = 'sha256'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?f=5&t=3403'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?f=5&t=3450'

Invoke-WebRequest -Uri $referer -OutFile "$env:TEMP/test.html" # Required to be allowed just after

Expand Down

0 comments on commit 4943b6e

Please sign in to comment.