From d5ba310b55971cb9af71b081ae8490cdcccceafd Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 7 Dec 2024 16:09:17 +0000 Subject: [PATCH] AU: 1 updated - oh-my-posh [skip ci] --- oh-my-posh/oh-my-posh.nuspec | 2 +- oh-my-posh/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oh-my-posh/oh-my-posh.nuspec b/oh-my-posh/oh-my-posh.nuspec index 4a7d6b7a..19fce4a5 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.11.4 + 24.12.0 https://github.com/digitalcoyote/chocolatey-packages codingcoyote diff --git a/oh-my-posh/tools/chocolateyinstall.ps1 b/oh-my-posh/tools/chocolateyinstall.ps1 index b9f8c9c1..9930e7a0 100644 --- a/oh-my-posh/tools/chocolateyinstall.ps1 +++ b/oh-my-posh/tools/chocolateyinstall.ps1 @@ -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' }