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 Dec 18, 2024
1 parent 668bb79 commit 3aa7772
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.14.0</version>
<version>24.15.0</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 @@ -33,8 +33,8 @@ if ($key.Count -eq 1) {
$InstallArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'msi'
Url64bit = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.14.0/install-x64.msi'
Checksum64 = 'b67472c37689b80062fa6a1330a8b9056c995f028c7a41340e99613bc80af23597b66f4b83f13938c2e4cc2c680c442b02ea773116a2cceffe9c5d56375ecc4d'
Url64bit = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.15.0/install-x64.msi'
Checksum64 = '037a1215a690024572ff3a1eee419bae531a2d673b9be8686565b3b0b1dea2eb5ca4c2a23e80f1471ee2101c6d9f1009be3ba6df397edf8ba160b17465dbece9'
SilentArgs = $silentArgs
ChecksumType64 = 'sha512'
}
Expand Down

0 comments on commit 3aa7772

Please sign in to comment.