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 9, 2024
1 parent acb2a6a commit b30c0c6
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.2.1</version>
<version>24.2.2</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.2.1/install-amd64.exe'
Checksum64 = '4e680f8a1556010e9f6da92e5d1de51c7dbb68271563a2642dbea8d7830758f729c0b5ccb402796e96f6ff0af16549a4715e031f0b12227a474c7b9d3e7ec314'
Url64bit = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.2.2/install-amd64.exe'
Checksum64 = 'a23b683c2c1a942d2b139d8c108c9636d8c8e63b519074388fffc946cbcf8f3d4202403f4aa9789554d2534853bbd39595263fa657866d2632b43d2092f53df5'
SilentArgs = $silentArgs
ChecksumType64 = 'sha512'
}
Expand Down

0 comments on commit b30c0c6

Please sign in to comment.