Skip to content

Commit fc9853b

Browse files
committed
1 parent b338731 commit fc9853b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/sdio/sdio.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>sdio</id>
5-
<version>1.17.6.827</version>
5+
<version>1.17.7.828</version>
66
<title>Snappy Driver Installer Origin</title>
77
<authors>Glenn Delahoy</authors>
88
<owners>tunisiano</owners>

automatic/sdio/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
33

44
$checksumType = 'sha256'
5-
$checksum = 'e99b1c95cc0bf9a0ac3e34e5640ba51dd5875724c6842257336fb6bdd6b7ec98'
6-
$url = 'https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.17.6.827.zip'
5+
$checksum = '53453ba3fd95bfd3763aeb886330a8844b782d3b168a914a3453240c8c9c71e3'
6+
$url = 'https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.17.7.828.zip'
77

88
$packageArgs = @{
99
packageName = 'sdio'

0 commit comments

Comments
 (0)