Skip to content

Commit

Permalink
AU: 1 updated - oh-my-posh
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Nov 14, 2024
1 parent b173424 commit 7c336ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.4.1</version>
<version>24.5.1</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.4.1/install-amd64.exe'
Checksum64 = '6919becc9306138b4d0540fd734b89b391d60addc6db889bfe9e078677100cff31cecd0c75436b6259805cf3113bb46228b4005e202027a81f0b0c4262ccd90c'
Url64bit = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.5.1/install-amd64.exe'
Checksum64 = '75317db59c0f406b259e71fd6df6453b05c53cdcf9615ad99b0b4fef4241c8ceb6b09d3b95cd8a2d0ad293fabfcd8b6f6692e082f8f64b5dd8b0fc07e7163866'
SilentArgs = $silentArgs
ChecksumType64 = 'sha512'
}
Expand Down

0 comments on commit 7c336ee

Please sign in to comment.