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 8, 2024
1 parent ca58044 commit 7043229
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.0.11</version>
<version>24.1.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 @@ -13,8 +13,8 @@ else {
$InstallArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'exe'
Url64bit = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.0.11/install-amd64.exe'
Checksum64 = '7cdb1743cd7ced102ca2877d44a3744a88411a212865b3242ed98ab0142f205f3c1b494fac6b6750d6de861710462cb0fe10803e039726ae635220d661d67a4c'
Url64bit = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.1.0/install-amd64.exe'
Checksum64 = '636ab2fe2a88c563a28568bef6d769af3e616b4d98504eecbc1b4168f1bcb6f159f16f75c374d2e6f5b6cfc83bcb5652ae5914f986082d320f1bc7c7e1bff20a'
SilentArgs = $silentArgs
ChecksumType64 = 'sha512'
}
Expand Down

0 comments on commit 7043229

Please sign in to comment.