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 7, 2024
1 parent 476eb93 commit d5ba310
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.11.4</version>
<version>24.12.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.11.4/install-x64.msi'
Checksum64 = '46c63c8a76f1e1f2b251e9ee78d45be0b7fe3366e4660f688bd0db426f2ecfeb8fdc3c890010a3113ba496bb6ad63592484a0ef1d3f8c4c1496525d48e288fa4'
Url64bit = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.12.0/install-x64.msi'
Checksum64 = 'c1d2733a9698568e1a879f8349b95f67cd92f8bef849b6bbdda6a99c64162070eba5a507dd85f6b5f1e099d7f81c59a80f287cb2b614467abcaed8e2c1a013dc'
SilentArgs = $silentArgs
ChecksumType64 = 'sha512'
}
Expand Down

0 comments on commit d5ba310

Please sign in to comment.