Skip to content

Commit

Permalink
AU: 1 updated - bazelisk
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Dec 11, 2024
1 parent d5ba310 commit bb0b2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bazelisk/bazelisk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bazelisk</id>
<version>1.24.1</version>
<version>1.25.0</version>
<packageSourceUrl>https://github.com/digitalcoyote/chocolatey-packages/tree/master/bazelisk</packageSourceUrl>
<owners>CodingCoyote</owners>
<title>Bazelisk</title>
Expand Down
4 changes: 2 additions & 2 deletions bazelisk/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$InstallArgs = @{
PackageName = $env:ChocolateyPackageName
FileFullPath = Join-Path (Join-Path $env:ChocolateyInstall (Join-Path 'lib' $env:ChocolateyPackageName)) 'bazelisk.exe'
URL64 = 'https://github.com/bazelbuild/bazelisk/releases/download/v1.24.1/bazelisk-windows-amd64.exe'
Checksum64 = 'c7c17927d7fead5535a9a2f1328e91f7c5c6430fa8459d1213924c9c2b3f7d0897f346064d43e189b2a0e150bc432ecf17d2581a37861453119ff5bb37980e55'
URL64 = 'https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-windows-amd64.exe'
Checksum64 = '4811c0cf4b9870a53d23162c23a7888490a8f5ccaa6edbc8e2c533fa5b444022bf412bf5b220c3f62f8beb277c36101291b6f52d51751614e807ca16d301e1be'
ChecksumType64 = 'sha512'
MaxIdleTime = 10000
}
Expand Down

0 comments on commit bb0b2ae

Please sign in to comment.