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 Jan 28, 2025
1 parent 8e743a6 commit 5cfbd26
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.12.0.1495</version>
<version>1.12.0.1501</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.12.0.1495.zip'
checksum = '7facf37b15002c07ed3de73a6b68593d5c3d2f579379f9220803367458fad707'
url = 'https://download.clojure.org/install/clojure-tools-1.12.0.1501.zip'
checksum = '447fffcddb9bd55c58c3eb59983603ac71dd38e65b73fc5c6a644b3c1bcfbe63'
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.12.0.1495'
$packageVersion = '1.12.0.1501'

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

0 comments on commit 5cfbd26

Please # to comment.