Skip to content

Commit

Permalink
AU: 1 updated - nanoleaf
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Jan 8, 2025
1 parent b9c5cfc commit bbb0b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/nanoleaf/nanoleaf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ quotation marks, you should use an editor that supports UTF-8, not this one. -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's
possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the
version number is final, that is considered a released version and not a prerelease. -->
<version>2.0.1</version>
<version>2.1.0</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/nanoleaf</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for
compatibility reasons. It basically means you. -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/nanoleaf/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://desktop-app-prod-1.s3.us-west-2.amazonaws.com/Nanoleaf+Desktop+Setup+2.0.1.exe'
checksum = '592EB9DCB6FE161E4BFB857A5C121902CC1B7362D02C1CC28B49C3E583DFAE4D'
url = 'https://desktop-app-prod-1.s3.us-west-2.amazonaws.com/Nanoleaf+Desktop+Setup+2.1.0.exe'
checksum = 'C2B9DC2A36D01A042818478DFC1B294AE762117863EA913B0AADAB448A37BBCB'
checksumType = 'SHA256'
fileType = 'EXE'
silentArgs = '/S'
Expand Down

0 comments on commit bbb0b77

Please sign in to comment.