Skip to content

Commit

Permalink
AU: 3 updated - amazon-chime brave-nightly electron
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 29, 2022
1 parent 785da33 commit 1a98df6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/amazon-chime/amazon-chime.nuspec
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.10362.1</version>
<version>4.39.10374.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
@@ -1,7 +1,7 @@

$ErrorActionPreference = 'Stop';
$url = 'https://clients.chime.aws/win/latest'
$checksum = 'e1c290b727fb641e6de45809923459f6b95b3b5b4e564c830fc2938fac4ab431'
$checksum = 'dfc7fefdd2465e77b4071766a73cc50b980c7c25923e8241599ccf4c97ba4c25'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.40.18-nightly</version>
<version>1.40.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
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.40.18/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '9b03ea09a0241c1d95569b7921f525cb6848fea5b32e89765f292300e578e1cc'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.40.21/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '5d58dd168376f528de5186a7cf2ce539772db082e8aa6795fadce5b0eebfc4cd'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/electron/electron.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electron</id>
<title>Electron</title>
<version>18.1.0</version>
<version>18.2.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
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://github.com/electron/electron/releases/download/v18.1.0/electron-v18.1.0-win32-ia32.zip'
$checksum = 'cfe01c2f3ae051b07dfcac0b4347ac0ed04154b78c0fe4902476053346f2dfe4'
$url = 'https://github.com/electron/electron/releases/download/v18.2.0/electron-v18.2.0-win32-ia32.zip'
$checksum = '0fd2f7414cfa9ee98fc3059342434bff6c72de66a50b5bd8f3bb6548a2deaaab'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v18.1.0/electron-v18.1.0-win32-x64.zip'
$checksum64 = '1d780ecd2676088c267ca1952722e92b32337c18d378879f236d07c86e167ece'
$url64 = 'https://github.com/electron/electron/releases/download/v18.2.0/electron-v18.2.0-win32-x64.zip'
$checksum64 = '0f98b695d32c52374c2b9a4ccd14f4c05e9e7b1fc0f044a6b4c8e6d74ddb8095'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 1a98df6

Please sign in to comment.