Skip to content

Commit

Permalink
AU: 3 updated - amazon-chime brave-nightly ddu
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 16, 2021
1 parent 7110f33 commit 0a812a7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/amazon-chime/amazon-chime.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>amazon-chime</id>
<version>4.39.10282.1</version>
<version>4.39.10290.1</version>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/amazon-chime</packageSourceUrl>
<owners>tunisiano</owners>
<title>amazon-chime (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/amazon-chime/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

$ErrorActionPreference = 'Stop';
$url = 'https://clients.chime.aws/win/latest'
$checksum = '770e90312b914f0bccda1ffec4f432dbebbb749f127bb2193730379d7dbd8bbb'
$checksum = 'a1c43a80f996ef763326b121e820722aadda249e6ddb94435097c0902c6d18a8'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.33.9-nightly</version>
<version>1.33.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
Original file line number Diff line number Diff line change
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.33.9/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'e83ab1555316f990685b88ff4ffe07fd10652f8a8c564f1e84bcb165a6d7dcda'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.33.11/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'ba111f577ed27c7ef1d1cf61dadbdde644033fbdbb22297371103819ca1e4d84'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
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.4.4</version>
<version>18.0.4.5</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.4.4.exe'
$checksum = 'eceaad44fcdc7fc5b8792f39cefe2516f4bd4aa550250beb188d23cd99f4d21b'
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.0.4.5.exe'
$checksum = '0bf8cc224bf9b26707c21a2f6c9d6fe9a939be2689c232555c99a8ca2e610f4b'
$checksumType = 'sha256'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?f=5&t=3780'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?f=5&t=3786'

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

Expand Down

0 comments on commit 0a812a7

Please sign in to comment.