Skip to content

Commit 3ca92b8

Browse files
committed
1 parent a2b8e7e commit 3ca92b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

automatic/ddu/ddu.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>ddu</id>
66
<title>Display Driver Uninstaller</title>
7-
<version>18.1.4.0</version>
7+
<version>18.1.4.1</version>
88
<authors>Ghislain Harvey,Shady757</authors>
99
<owners>tunisiano</owners>
1010
<summary>Utility to completely remove system drivers</summary>

automatic/ddu/tools/chocolateyInstall.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
$ErrorActionPreference = 'Stop'
2-
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.1.4.0.exe'
3-
$checksum = 'e03d19810750e5d6c07f3534ee06bec6ce7ef9b45be752b2803c6a20768a7917'
2+
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.1.4.1.exe'
3+
$checksum = 'b49723ce66c6cd40bd1c4eacb5fb38ae6b01369d669d41ec345cda0284a93c1d'
44
$checksumType = 'sha256'
5-
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?t=5471&sid=3e0f8d729d0f3bbba17eee99605d3f03'
5+
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?t=5498&sid=6da34f4a22240e81afd5b5e37fb05f1b'
66
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
77

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

0 commit comments

Comments
 (0)