Skip to content

Commit 4a2e3d6

Browse files
committed
1 parent 84a8f06 commit 4a2e3d6

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.3.824</version>
5+
<version>1.17.4.825</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 = '43b3def88bff028b11f7a72bb24de20b010d0dbf671b092e6978b6beaa6e8f02'
6-
$url = 'https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.17.3.824.zip'
5+
$checksum = '23e46bbb5978f1cc746f638577676bbb2c8130a4a24121d0dc937b2a27fb3bd8'
6+
$url = 'https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.17.4.825.zip'
77

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

0 commit comments

Comments
 (0)