Skip to content

Commit 592c457

Browse files
committed
1 parent a68aea8 commit 592c457

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

automatic/clojure/clojure.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- 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. -->
25-
<version>1.12.0.1501</version>
25+
<version>1.12.0.1517</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/clojure</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

automatic/clojure/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://download.clojure.org/install/clojure-tools-1.12.0.1501.zip'
6-
checksum = '447fffcddb9bd55c58c3eb59983603ac71dd38e65b73fc5c6a644b3c1bcfbe63'
5+
url = 'https://download.clojure.org/install/clojure-tools-1.12.0.1517.zip'
6+
checksum = '3be1e839d6b6ae0f7bd12dcbe4e888d08581fab8ddbba748e7ce3567007fc7b6'
77
checksumType = 'SHA256'
88
unzipLocation = $installDir
99
}

automatic/clojure/tools/chocolateyUninstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$installDir = Split-Path $MyInvocation.MyCommand.Definition
2-
$packageVersion = '1.12.0.1501'
2+
$packageVersion = '1.12.0.1517'
33

44
$uninstallArgs = @{
55
packageName = $env:ChocolateyPackageName

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.2</version>
42+
<version>2.1.3</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.2.exe'
6-
checksum = '3CF4FFFB536B19311CA0906292CBFC48B2BD3274581C00DEC2E42BEDF32E3C09'
5+
url = 'https://desktop-app-prod-1.s3.us-west-2.amazonaws.com/Nanoleaf+Desktop+Setup+2.1.3.exe'
6+
checksum = '59B6F71D711DDBF02E9D5045AD124682C0BC89393574823778C8130337E8D12B'
77
checksumType = 'SHA256'
88
fileType = 'EXE'
99
silentArgs = '/S'

0 commit comments

Comments
 (0)