Skip to content

Commit 1be7965

Browse files
committed
1 parent 592c457 commit 1be7965

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/nanoleaf/nanoleaf.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ quotation marks, you should use an editor that supports UTF-8, not this one. -->
3939
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's
4040
possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the
4141
version number is final, that is considered a released version and not a prerelease. -->
42-
<version>2.1.3</version>
42+
<version>2.1.4</version>
4343
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/nanoleaf</packageSourceUrl>
4444
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for
4545
compatibility reasons. It basically means you. -->

automatic/nanoleaf/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
$packageArgs = @{
44
packageName = $env:ChocolateyPackageName
5-
url = 'https://desktop-app-prod-1.s3.us-west-2.amazonaws.com/Nanoleaf+Desktop+Setup+2.1.3.exe'
6-
checksum = '59B6F71D711DDBF02E9D5045AD124682C0BC89393574823778C8130337E8D12B'
5+
url = 'https://desktop-app-prod-1.s3.us-west-2.amazonaws.com/Nanoleaf+Desktop+Setup+2.1.4.exe'
6+
checksum = 'ACFA022BD1F8C722C8813F20D0C5C8C2557686FCA5E1852F70741FB8036AE878'
77
checksumType = 'SHA256'
88
fileType = 'EXE'
99
silentArgs = '/S'

0 commit comments

Comments
 (0)