Skip to content

Commit

Permalink
AU: 3 updated - faceit rubberduck sdio
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 2, 2021
1 parent f2bcb7a commit ab4c0f7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/faceit/Faceit.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>faceit</id>
<version>1.29.1</version>
<version>1.29.3</version>
<title>Faceit</title>
<authors>Faceit</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/faceit/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://faceit-client.faceit-cdn.net/release/FACEIT-setup-latest.exe'
$checksum = '9a046a7590824df812a46e06bd80b6a90c20a6bd27439f10894cb40a0c5089f0'
$checksum = 'a360d6e9fce53725b67dbcc75bfbeaa1526d54001611b606a6ad2a07517d2d7e'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/rubberduck/rubberduck.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>rubberduck</id>
<version>2.5.1.5761-pre</version>
<version>2.5.1.5767-pre</version>
<title>rubberduck VBE addin</title>
<authors>Mathieu Guindon, Christopher McClellan</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/rubberduck/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.1.5761/Rubberduck.Setup.2.5.1.5761-pre.exe' # download url
$checksum = '3a1a35b93a5b38349518060e53d7b2d8930d9301101a5ba802301fb906283566'
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.1.5767/Rubberduck.Setup.2.5.1.5767-pre.exe' # download url
$checksum = '3dc2831c5aebb70f1768e011b0f94edaa61071ef49e2544f654100f3e6d7cfe5'
$checksumType = '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.0.729.zip
x32: https://snappy-driver-installer.org/downloads/SDIO_1.10.1.730.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: 45149e61cd67a9139f6ff16584b0aac36815b34ec1bef19894f24d21bb1ef2d1
checksum32: cbaabb65f62c5f3888dd99deb75eb06d235a3adbbd82108143132a481f760f55

Using AU:

Get-RemoteChecksum32 https://snappy-driver-installer.org/downloads/SDIO_1.10.0.729.zip
Get-RemoteChecksum32 https://snappy-driver-installer.org/downloads/SDIO_1.10.1.730.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.0.729</version>
<version>1.10.1.730</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.0.729.zip'
checksum = '45149e61cd67a9139f6ff16584b0aac36815b34ec1bef19894f24d21bb1ef2d1'
url = 'https://snappy-driver-installer.org/downloads/SDIO_1.10.1.730.zip'
checksum = 'cbaabb65f62c5f3888dd99deb75eb06d235a3adbbd82108143132a481f760f55'
checksumType = 'sha256'
}

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

$shortcutName = 'Snappy Driver Installer Origin'
$fileName32 = 'SDIO_R729.exe'
$fileName64 = 'SDIO_x64_R729.exe'
$fullVersion = '1.10.0.729'
$fileName32 = 'SDIO_R730.exe'
$fileName64 = 'SDIO_x64_R730.exe'
$fullVersion = '1.10.1.730'
$FileFullpath32 = Join-Path $ToolsDir\SDIO_$fullVersion $fileName32
$FileFullpath64 = Join-Path $ToolsDir\SDIO_$fullVersion $fileName64

Expand Down

0 comments on commit ab4c0f7

Please sign in to comment.