Skip to content

Commit 2dfc34c

Browse files
authored
Merge branch 'master' into fix-msiafterburner
2 parents f85e3e6 + fc057b6 commit 2dfc34c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

automatic/clojure/clojure.nuspec

Lines changed: 1 addition & 1 deletion
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.11.1.1267</version>
25+
<version>1.11.1.1273</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

Lines changed: 2 additions & 2 deletions
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.11.1.1267.zip'
6-
checksum = 'd437e5e11e23376a8f64179d0cd604c3ef19f8b4d75752e3423765c4cd70d5aa'
5+
url = 'https://download.clojure.org/install/clojure-tools-1.11.1.1273.zip'
6+
checksum = 'f1d7e7a9d19ddc309e7136fefee6875476bc76e7abee2bbae917b80f8defbca2'
77
checksumType = 'SHA256'
88
unzipLocation = $installDir
99
}

automatic/clojure/tools/chocolateyUninstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$installDir = Split-Path $MyInvocation.MyCommand.Definition
2-
$packageVersion = '1.11.1.1267'
2+
$packageVersion = '1.11.1.1273'
33

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

0 commit comments

Comments
 (0)