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 17, 2021
1 parent e5db8f1 commit 9ab9a5f
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
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.29.1-nightly</version>
<version>1.29.8-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.29.1/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '37a36d6069a10db1af26acee8c957d1e029bc3f6a002a9333ba3dd62c0357d18'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.29.8/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'b87526a8f541fabc4e3310917bcf059a919547ee4d726a4336865210d08c4141'
$checksumType32 = 'sha256'

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

1. Go to

x32: https://snappy-driver-installer.org/downloads/SDIO_1.10.3.732.zip
x32: https://www.snappy-driver-installer.org/downloads/SDIO_1.11.0.735.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: 3ce44263585b0d0c8deb90ce1d3e6b1df1330007ff42886ad069bd5634196c22
checksum32: febb682921292a02bafce487897bc0209a9bd45f6d6a14624307da457fb5590d

Using AU:

Get-RemoteChecksum32 https://snappy-driver-installer.org/downloads/SDIO_1.10.3.732.zip
Get-RemoteChecksum32 https://www.snappy-driver-installer.org/downloads/SDIO_1.11.0.735.zip

2 changes: 1 addition & 1 deletion automatic/sdio/sdio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>sdio</id>
<version>1.10.3.732</version>
<version>1.11.0.735</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
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ $packageArgs = @{
packageName = 'sdio'
unzipLocation = $toolsDir
fileType = 'ZIP'
url = 'https://snappy-driver-installer.org/downloads/SDIO_1.10.3.732.zip'
checksum = '3ce44263585b0d0c8deb90ce1d3e6b1df1330007ff42886ad069bd5634196c22'
url = 'https://www.snappy-driver-installer.org/downloads/SDIO_1.11.0.735.zip'
checksum = 'febb682921292a02bafce487897bc0209a9bd45f6d6a14624307da457fb5590d'
checksumType = 'sha256'
}

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

$shortcutName = 'Snappy Driver Installer Origin'
$fileName32 = 'SDIO_R732.exe'
$fileName64 = 'SDIO_x64_R732.exe'
$fullVersion = '1.10.3.732'
$fileName32 = 'SDIO_R735.exe'
$fileName64 = 'SDIO_x64_R735.exe'
$fullVersion = '1.11.0.735'
$FileFullpath32 = Join-Path $ToolsDir\SDIO_$fullVersion $fileName32
$FileFullpath64 = Join-Path $ToolsDir\SDIO_$fullVersion $fileName64

Expand Down

0 comments on commit 9ab9a5f

Please sign in to comment.