Skip to content

Commit 084dbe8

Browse files
committed
1 parent 8aa89c1 commit 084dbe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/slade/slade.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>slade</id>
5-
<version>3.2.10</version>
5+
<version>3.2.11</version>
66
<title>Slade</title>
77
<authors>sirjuddington</authors>
88
<owners>tunisiano</owners>

automatic/slade/tools/chocolateyinstall.ps1

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

55
$checksumType = 'sha256'
6-
$url = 'https://slade.mancubus.net/files/3.2.10/slade_3.2.10_x64.7z'
7-
$checksum = '208a3d27ce2ed03499f68847cb6bf2de2fdf80bd7249c67b55a43dbd90950d70'
6+
$url = 'https://slade.mancubus.net/files/3.2.11/slade_3.2.11_x64.7z'
7+
$checksum = '69cf7c641cd2f587c58c5835773a4ee5d31137e04fb2a74256682f99c93ee538'
88

99

1010
$unzipLocation = $installLocation

0 commit comments

Comments
 (0)