Skip to content

Commit

Permalink
AU: 2 updated - bazelisk oh-my-posh
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Nov 6, 2024
1 parent 181d3c0 commit 2412b8b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.22.1</version>
<version>1.23.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.22.1/bazelisk-windows-amd64.exe'
Checksum64 = '378b607f8ef8211531c1d6672f74fb13c84b21fbcdd230fe0a9a74cf1f8476c4f879fed4863014c7f94eb68cbec5b8230219cb30a6e40ef9581ec795c67a72e9'
URL64 = 'https://github.com/bazelbuild/bazelisk/releases/download/v1.23.0/bazelisk-windows-amd64.exe'
Checksum64 = 'bcf14cc4ca3ea281ddd855a70ef83e9725920f61f0a6688dae576be3fb836474a86dfbc4fd2e38dbea250ffb6e4c26b841a838b85016974a485e4c5edb24c335'
ChecksumType64 = 'sha512'
MaxIdleTime = 10000
}
Expand Down
2 changes: 1 addition & 1 deletion oh-my-posh/oh-my-posh.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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>24.0.6</version>
<version>24.0.7</version>
<packageSourceUrl>https://github.com/digitalcoyote/chocolatey-packages</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>codingcoyote</owners>
Expand Down
4 changes: 2 additions & 2 deletions oh-my-posh/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ else {
$InstallArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'exe'
Url64bit = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.0.6/install-amd64.exe'
Checksum64 = '8bf7b873d6deb7ca6fed9918a6fbfd993554e876e04787898b881709af4696f1df8d71d90d60f9fb57047fed80431bd003a985bb3c9af934817e26e45b2f02c9'
Url64bit = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.0.7/install-amd64.exe'
Checksum64 = 'bdcb5e21f5a72a38b150a6bff267360a10fbd7514393a3b2ade4a953e83282ba565d4d6778f7e5c424ad970dedf0d1b6dc28ac354bef6161562858ecbd9eef69'
SilentArgs = $silentArgs
ChecksumType64 = 'sha512'
}
Expand Down

0 comments on commit 2412b8b

Please sign in to comment.