Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 7, 2021
1 parent 17fe4f0 commit 4bd50cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.54-nightly</version>
<version>1.28.56-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.54/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '3ad5dc5061bab61ea410a5f2d82e02fb6a2161accda15d6ec3e6812c98f04cbd'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.56/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '0337fd9b640e0dec530e0555e33ad423c47c91953cff49e8c61c44ac75d05a74'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/scratch/scratch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>scratch</id>
<version>3.23.1</version>
<version>3.24.0</version>
<title>scratch (Install)</title>
<authors>MIT</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/scratch/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'
$url = 'https://downloads.scratch.mit.edu/desktop/Scratch%20Setup.exe'
$checksum = '646b6d8939808e0080581b28f2680cf50fec86a3796ee9924a78886169484e4d'
$checksum = '985f33f2b87c059cf05c3517dfcb0905b1a8385fc327c82fb1282ad22486b191'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down

0 comments on commit 4bd50cb

Please sign in to comment.