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 2, 2025
1 parent 9cab623 commit 66e8646
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.1488</version>
<version>1.12.0.1495</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.1488.zip'
checksum = '4ac32935963098e137db703cae9523041a911fa72b419386423a297e4851af29'
url = 'https://download.clojure.org/install/clojure-tools-1.12.0.1495.zip'
checksum = '7facf37b15002c07ed3de73a6b68593d5c3d2f579379f9220803367458fad707'
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.1488'
$packageVersion = '1.12.0.1495'

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

0 comments on commit 66e8646

Please sign in to comment.