Skip to content

Commit

Permalink
AU: 4 updated - brave-nightly ddu electron winmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 23, 2021
1 parent c8a0930 commit a177373
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
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.28.13-nightly</version>
<version>1.28.21-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.28.13/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '8bd6b08963e2571af2ef717c93fd730d169e406d75d0c76d05b21ce58276ccda'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.21/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '77df402eb188311a99f2311ea488b07d8573db996b3fbb1f47be3dc67760f5d3'
$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.3.9</version>
<version>18.0.4.1</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.9.exe'
$checksum = 'c5798bb2dbf908fae8e84c9e4c0c9e5c9ee49d1a9e5fff0eed6cb0c26f1db3f8'
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.0.4.1.exe'
$checksum = '4193cdfd6f87341124c50a7d1d61ab07a8be284ec99096e9321bcfe6d3b42bbb'
$checksumType = 'sha256'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?f=5&t=3480'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?f=5&t=3517'

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

Expand Down
2 changes: 1 addition & 1 deletion automatic/electron/electron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electron</id>
<title>Electron</title>
<version>13.1.0</version>
<version>13.1.4</version>
<authors>GitHub Inc</authors>
<owners>tunisiano</owners>
<summary>Build cross platform desktop apps with web technologies</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/electron/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://github.com/electron/electron/releases/download/v13.1.0/electron-v13.1.0-win32-ia32.zip'
$checksum = '6d5f27c483874fd2f399e1cd66fbdd1764df71181fdf40fbf7541c6ce5fec0ee'
$url = 'https://github.com/electron/electron/releases/download/v13.1.4/electron-v13.1.4-win32-ia32.zip'
$checksum = 'd2c796d5c26600c912275e806310b93f5efdf22ce56edab20bc99d074a50dd6e'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v13.1.0/electron-v13.1.0-win32-x64.zip'
$checksum64 = 'dea5e784471828dedb294801f0d35a11459b2a940b6b60ed80c2c19eccd4d8f2'
$url64 = 'https://github.com/electron/electron/releases/download/v13.1.4/electron-v13.1.4-win32-x64.zip'
$checksum64 = 'f8cedd695273292a07f32149224b1a88609e81865c83f04a2655a602b4dfd346'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
8 changes: 4 additions & 4 deletions automatic/winmerge/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'

$packageName = 'WinMerge'
$url32 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.12/WinMerge-2.16.12-ARM64-Setup.exe'
$checksum32 = '18a0c849921e62dde02fb2d4e4e37d84b4f6607a342ccbeb89b87d783959533d'
$url32 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.13/WinMerge-2.16.13-ARM64-Setup.exe'
$checksum32 = '3339193738d5bec722900d5838caf27909b70390be9d29c98f2ecdc6d66f8cfb'
$checksumType32 = 'sha256'
$url64 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.12/WinMerge-2.16.12-Setup.exe'
$checksum64 = '3a509875927cd7b9e583d4cfbdf868fb733049c0f5c93b1df2ec6df327ec707f'
$url64 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.13/WinMerge-2.16.13-Setup.exe'
$checksum64 = '81253911d433b5fb85df8ba1e97c7a9b11bc65112b8682b39250d9d3ff2a2763'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/winmerge/winmerge.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>winmerge</id>
<title>winmerge</title>
<version>2.16.12</version>
<version>2.16.13-pre20210622</version>
<authors>Kimmo Varis Denis Bradford Dean Grimm Laurent Ganier Tim Gerundt Perry Rapp</authors>
<owners>tunisiano</owners>
<summary>winmerge</summary>
Expand Down

0 comments on commit a177373

Please sign in to comment.