Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly sdio
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 12, 2022
1 parent 695b4e6 commit a0c6681
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.43.11-nightly</version>
<version>1.43.15-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.43.11/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '00740d687cd33f9b4a3a0b8600ffe82079702cd6d8f7e1376d1325c6724e071a'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.43.15/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'faf15f5776f3aa8e1cc97f49e0d2de911bb753f4f3203c81e7f8c5d20a337929'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
6 changes: 3 additions & 3 deletions automatic/sdio/legal/VERIFICATION.txt
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.5.745.zip
x32: https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.6.746.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 0aa99d57eefc7bb9fbcd393855f11cd4726a5ad1b1d32cabb695c908df4e912d
checksum32: fb2be8b5b3a53b69882d5fc69d274e6c10305cc764fc5063e94f5190796211b9

Using AU:

Get-RemoteChecksum32 https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.5.745.zip
Get-RemoteChecksum32 https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.6.746.zip

2 changes: 1 addition & 1 deletion automatic/sdio/sdio.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>sdio</id>
<version>1.12.5.745</version>
<version>1.12.6.746</version>
<title>Snappy Driver Installer Origin</title>
<authors>Glenn Delahoy</authors>
<owners>tunisiano</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/sdio/tools/chocolateyinstall.ps1
Expand Up @@ -11,8 +11,8 @@ $packageArgs = @{
packageName = 'sdio'
unzipLocation = $toolsDir
fileType = 'ZIP'
url = 'https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.5.745.zip'
checksum = '0aa99d57eefc7bb9fbcd393855f11cd4726a5ad1b1d32cabb695c908df4e912d'
url = 'https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.6.746.zip'
checksum = 'fb2be8b5b3a53b69882d5fc69d274e6c10305cc764fc5063e94f5190796211b9'
checksumType = 'sha256'
}

Expand All @@ -24,9 +24,9 @@ if (!(Test-Path -path "$ENV:ALLUSERSPROFILE\SDIO")) {
}

$shortcutName = 'Snappy Driver Installer Origin'
$fileName32 = 'SDIO_R745.exe'
$fileName64 = 'SDIO_x64_R745.exe'
$fullVersion = '1.12.5.745'
$fileName32 = 'SDIO_R746.exe'
$fileName64 = 'SDIO_x64_R746.exe'
$fullVersion = '1.12.6.746'
$FileFullpath32 = Join-Path $ToolsDir\SDIO_$fullVersion $fileName32
$FileFullpath64 = Join-Path $ToolsDir\SDIO_$fullVersion $fileName64

Expand Down

0 comments on commit a0c6681

Please sign in to comment.