Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly electron pinginfoview
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 31, 2021
1 parent 2dde4b6 commit 07d2a20
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.31.6-nightly</version>
<version>1.31.8-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.31.6/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'b424efc3f7f8ee37555a168bc5d862ff3ec12691a272929edf333af3f9c6dc7a'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.31.8/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '6ba63bad46b5cc353143b6e366ed6b0fd1ab59407a8788667c99bb24d95f3603'
$checksumType32 = 'sha256'

$packageArgs = @{
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.2.2</version>
<version>14.0.0</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.2.2/electron-v13.2.2-win32-ia32.zip'
$checksum = 'a34e8e58f4085d23a2772a3451e8edf6b4291dc275d7c090de5abeb300c2ec72'
$url = 'https://github.com/electron/electron/releases/download/v14.0.0/electron-v14.0.0-win32-ia32.zip'
$checksum = 'e2a5f203ca7a3155824891c4d93bcc09621269c62338d561d0fb678b91e7c237'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v13.2.2/electron-v13.2.2-win32-x64.zip'
$checksum64 = '4a8e25b66390e9314930bcbeff2045af49aef7bfd6da6700b1165b4c2b3e62d4'
$url64 = 'https://github.com/electron/electron/releases/download/v14.0.0/electron-v14.0.0-win32-x64.zip'
$checksum64 = 'b558ddb2d9423f1fe5efee58a4a7b32954a71a53462d26e4f4c9e2b115c243bb'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/pinginfoview/pinginfoview.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>pinginfoview</id>
<title>PingInfoView</title>
<version>2.16</version>
<version>2.20</version>
<authors>Nir Sofer</authors>
<owners>tunisiano</owners>
<summary>Ping to multiple host names/IP addresses</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pinginfoview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://www.nirsoft.net/utils/pinginfoview.zip'
$checksum = 'a38d1002df5a0109ea36c8cf34d4b1eec966235e65ad964ee764d5300934d54c'
$checksum = 'df39845ff9b7b4b094b3db3f4bc8e9bdd96be7eb5f8efc7e21b96ecf3d7cfe1c'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "$($packageName).exe"
Expand Down

0 comments on commit 07d2a20

Please sign in to comment.