Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly ddu
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 11, 2022
1 parent cc23b43 commit 695b4e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.43.10-nightly</version>
<version>1.43.11-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Expand Up @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.43.10/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '8041b239f3b93cbe09a88387285e73efadd7e1d2eb9da51ef8ca7f35fe1be8c5'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.43.11/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '00740d687cd33f9b4a3a0b8600ffe82079702cd6d8f7e1376d1325c6724e071a'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/ddu/ddu.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ddu</id>
<title>Display Driver Uninstaller</title>
<version>18.0.5.1</version>
<version>18.0.5.2</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
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.0.5.1.exe'
$checksum = 'dc7140c440bd7425f59b10bd1748224eb4d618d11f571073d68927d982961587'
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.0.5.2.exe'
$checksum = '26dd4164e3379ca78d348883c60b101a5a2026d0aaad3987b1920a2ff862f96e'
$checksumType = 'sha256'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?t=3992&sid=8fe61aee88048915f831c325569ee416'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?t=4062&sid=164c88b8a9ffd32e624ed4169bc09b8e'

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

Expand Down

0 comments on commit 695b4e6

Please sign in to comment.