Skip to content

Commit

Permalink
AU: 2 updated - amazon-chime brave-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 27, 2021
1 parent 2039d20 commit bb19b59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.10274.1</version>
<version>4.39.10282.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 = 'de00b1c87a1342cfc4c062ffde038a1d9a8dd49ba909e0d97233bfc79a46f0b6'
$checksum = '770e90312b914f0bccda1ffec4f432dbebbb749f127bb2193730379d7dbd8bbb'
$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.30.52-nightly</version>
<version>1.31.2-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.30.52/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'c9765789a6aee799249cad8c0ceca1c6f45da413fa7044e25d5221b0a82767b3'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.31.2/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '66d17b340d89acbab12ff8539332e54c421b0c067a95f6707cc838ab1b4fe6a1'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit bb19b59

Please sign in to comment.