Skip to content

Commit

Permalink
AU: 2 updated - deno oh-my-posh
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Nov 6, 2024
1 parent 2412b8b commit da4f49d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deno/deno.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>2.0.4</version>
<version>2.0.5</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 deno/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url64 = 'https://github.com/denoland/deno/releases/download/v2.0.4/deno-x86_64-pc-windows-msvc.zip'
$checksum64 = '920d8a99ea447e752ce9c944da4b07058a22a6b4f42545004218948bd6d9f36f8856bb41df2b3fe48d5bef4cb1836a9ee980eaf3983b7e4c1e3b86661edf021d'
$url64 = 'https://github.com/denoland/deno/releases/download/v2.0.5/deno-x86_64-pc-windows-msvc.zip'
$checksum64 = '34a5f662e902c069566711f985cf3bc4de4d8ed76fdf9fe1e81d735d2eb1d8f0126f480b5873c785287998ebd93e20165c74ab75440e847e72dd2bded296f750'
$checksumType64 = 'sha512'
$UnzipLocation = Join-Path $env:ChocolateyInstall (Join-Path 'lib' $env:ChocolateyPackageName)

Expand Down
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.7</version>
<version>24.0.8</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.7/install-amd64.exe'
Checksum64 = 'bdcb5e21f5a72a38b150a6bff267360a10fbd7514393a3b2ade4a953e83282ba565d4d6778f7e5c424ad970dedf0d1b6dc28ac354bef6161562858ecbd9eef69'
Url64bit = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.0.8/install-amd64.exe'
Checksum64 = '3f4641d0de115413c77b8013b76ff74efdbe706fc8ff0ba241310f772b83cf1dafb43fde00ae368c6a0ae6ed3f1f3351c489b16cd062c4601cd704a223899828'
SilentArgs = $silentArgs
ChecksumType64 = 'sha512'
}
Expand Down

0 comments on commit da4f49d

Please sign in to comment.