From da4f49dba5507256cd94a3d3f7d8f31974d614c5 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 6 Nov 2024 08:07:58 +0000 Subject: [PATCH] AU: 2 updated - deno oh-my-posh [skip ci] --- deno/deno.nuspec | 2 +- deno/tools/chocolateyinstall.ps1 | 4 ++-- oh-my-posh/oh-my-posh.nuspec | 2 +- oh-my-posh/tools/chocolateyinstall.ps1 | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deno/deno.nuspec b/deno/deno.nuspec index 6b06b529..4a046e23 100644 --- a/deno/deno.nuspec +++ b/deno/deno.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2.0.4 + 2.0.5 https://github.com/digitalcoyote/chocolatey-packages codingcoyote diff --git a/deno/tools/chocolateyinstall.ps1 b/deno/tools/chocolateyinstall.ps1 index 26c3fc25..6e52cd2c 100644 --- a/deno/tools/chocolateyinstall.ps1 +++ b/deno/tools/chocolateyinstall.ps1 @@ -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) diff --git a/oh-my-posh/oh-my-posh.nuspec b/oh-my-posh/oh-my-posh.nuspec index 96f07109..b4330870 100644 --- a/oh-my-posh/oh-my-posh.nuspec +++ b/oh-my-posh/oh-my-posh.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 24.0.7 + 24.0.8 https://github.com/digitalcoyote/chocolatey-packages codingcoyote diff --git a/oh-my-posh/tools/chocolateyinstall.ps1 b/oh-my-posh/tools/chocolateyinstall.ps1 index f832a88f..f91a1910 100644 --- a/oh-my-posh/tools/chocolateyinstall.ps1 +++ b/oh-my-posh/tools/chocolateyinstall.ps1 @@ -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' }