Skip to content

Commit

Permalink
AU: 1 updated - clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Apr 25, 2024
1 parent 585761f commit d485003
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/clojure/clojure.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- 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>1.11.1.1273</version>
<version>1.11.3.1456</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/clojure</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clojure/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://download.clojure.org/install/clojure-tools-1.11.1.1273.zip'
checksum = 'f1d7e7a9d19ddc309e7136fefee6875476bc76e7abee2bbae917b80f8defbca2'
url = 'https://download.clojure.org/install/clojure-tools-1.11.3.1456.zip'
checksum = '99d3269e1b5ee77e710487697fb2a8e7677f0cb46668e55a54590422a98aab86'
checksumType = 'SHA256'
unzipLocation = $installDir
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/clojure/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$installDir = Split-Path $MyInvocation.MyCommand.Definition
$packageVersion = '1.11.1.1273'
$packageVersion = '1.11.3.1456'

$uninstallArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit d485003

Please sign in to comment.