Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly fing
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Mar 3, 2021
1 parent 09c2268 commit cfecefb
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
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.23.10-nightly</version>
<version>1.23.14-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.23.10/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.23.11/BraveBrowserSilentNightlySetup.exe'
$checksum32 = 'bef723426d0b97230e123d326436576f704983c2235a33fc71f02c4397c35281'
$checksum64 = 'bfea3038f04d33e640c9f7ecf7dddb9933a14c44931d1d2a556e791a7ac7c975'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.23.14/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.23.14/BraveBrowserSilentNightlySetup.exe'
$checksum32 = '9f3cc01e4e9f5fdc5b7aec25b142bb51678afe3294c3c49d25511e5bb38b8eaf'
$checksum64 = '4c1603859d74359293f09f03687fb5a8feb6c0a1100fd71b563794c4f5a587ca'
$checksumType32 = 'sha256'
$checksumType64 = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/fing/fing.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>fing</id>
<version>2.4.1.202012201</version>
<version>2.5.0</version>
<title>Fing</title>
<authors>Fing</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/fing/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url32 = 'https://get.fing.com/fing-desktop-releases/windows/Fing.exe'
$checksum32 = '8214b34a72a6e65517e793af0f6711d879c9dedb46faa4e9123a88be5eb34a5e'
$checksum32 = 'b7a96e9895f8eada9725bd5ca3047559e5a2a966a12e1051ba94dfefd3e6f02b'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down

0 comments on commit cfecefb

Please sign in to comment.