Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly electron idrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 21, 2022
1 parent 61ab021 commit ffbda56
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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.42.8-nightly</version>
<version>1.42.11-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.42.8/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '7d83a028a4286bfc6028ff1a2a77e408d6f1c64c24ca3b2af0347041f9d2101e'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.42.11/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '4e3f73e724bf3745a8f893642754d78129f88fc45137b88b1db532470cff1985'
$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>19.0.4</version>
<version>19.0.5</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/v19.0.4/electron-v19.0.4-win32-ia32.zip'
$checksum = 'e390f7841bd7247786c817fe5c4fef6a547fc00f66dad3277cd233d115ef2162'
$url = 'https://github.com/electron/electron/releases/download/v19.0.5/electron-v19.0.5-win32-ia32.zip'
$checksum = 'acb853147fdb6fdede9c98629c6fe6a5a4f46385cf01abf090aad5e1ed5d7f50'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v19.0.4/electron-v19.0.4-win32-x64.zip'
$checksum64 = 'dea9a901efdacd0c7c5bea427f587a996748f85bf724045808da6d84157aab3f'
$url64 = 'https://github.com/electron/electron/releases/download/v19.0.5/electron-v19.0.5-win32-x64.zip'
$checksum64 = 'f06d55adb74d417e3f1fa52c3a1f21c4b7a661941f67b34854bb2251855a8da6'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/idrive/idrive.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>idrive</id>
<version>6.7.4.23</version>
<version>6.7.4.24</version>
<title>idrive (Install)</title>
<authors>idrive.com</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/idrive/tools/chocolateyinstall.ps1
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://static.idriveonlinebackup.com/downloads/061622/IDriveWinSetup.exe'
$checksum = 'c3781dfeb8be54857f77eb692556f8f4817faa8a431972482cfec0306e4e6842'
$url = 'https://static.idriveonlinebackup.com/downloads/062022/IDriveWinSetup.exe'
$checksum = 'ebec63765f24643dd1467b877f3d1130fefa9c0fbe25def60be7b92e564ee282'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit ffbda56

Please sign in to comment.