From 2c3ad540af75cae850a7662c28ac4df4928c922a Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Sat, 20 Sep 2025 10:40:15 -0400 Subject: [PATCH] oh-my-posh: Update to version 26.23.8, drop 32bit support (#7165) * Upstream has stopped publishing windows 32bit builds with their releases as of 2025-09-09. See also: https://github.com/JanDeDobbeleer/oh-my-posh/commit/a975e211655aee6e285af26883a3b3af80d975c2 * Remove hash check to fallback on github extract mode --- bucket/oh-my-posh.json | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/bucket/oh-my-posh.json b/bucket/oh-my-posh.json index 37836863ef..69f423e424 100644 --- a/bucket/oh-my-posh.json +++ b/bucket/oh-my-posh.json @@ -1,5 +1,5 @@ { - "version": "26.20.1", + "version": "26.23.8", "description": "A prompt theme engine for any shell", "homepage": "https://ohmyposh.dev", "license": "MIT", @@ -7,32 +7,22 @@ "architecture": { "64bit": { "url": [ - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/themes.zip", - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/posh-windows-amd64.exe#/oh-my-posh.exe" + "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.8/themes.zip", + "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.8/posh-windows-amd64.exe#/oh-my-posh.exe" ], "hash": [ - "b44aff0a6f6509fe46de354d1b2e8a5f0b2f5061274b5449e440502f6af74940", - "df94a60b1eda6ea01504476e95927aa621d573bfb6f92e57034067fcb1b8cba7" - ] - }, - "32bit": { - "url": [ - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/themes.zip", - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/posh-windows-386.exe#/oh-my-posh.exe" - ], - "hash": [ - "b44aff0a6f6509fe46de354d1b2e8a5f0b2f5061274b5449e440502f6af74940", - "9a3a10842a0b1733c22c2c79cf14182c9410230ddd29f4bb9f30c5030da9f997" + "4ebab1e0126b64c7bdfcde3ed946dd20d1f53f8c5fa756a98d3f1139ae99e7f7", + "4b73bd2b899ca76e0624bcaeebc89cbc85c13e7baa2d08c565bc99744c817887" ] }, "arm64": { "url": [ - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/themes.zip", - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/posh-windows-arm64.exe#/oh-my-posh.exe" + "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.8/themes.zip", + "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.8/posh-windows-arm64.exe#/oh-my-posh.exe" ], "hash": [ - "b44aff0a6f6509fe46de354d1b2e8a5f0b2f5061274b5449e440502f6af74940", - "3b2ee48a78c397efa6acfbe94e56fb89402f2534763c533c1bb61acf024ad276" + "4ebab1e0126b64c7bdfcde3ed946dd20d1f53f8c5fa756a98d3f1139ae99e7f7", + "1f81d7659a08d4ec6e0ef4c59310b81ae258edbd557f579f777d72dac464ea04" ] } }, @@ -52,22 +42,12 @@ "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-amd64.exe#/oh-my-posh.exe" ] }, - "32bit": { - "url": [ - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip", - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-386.exe#/oh-my-posh.exe" - ] - }, "arm64": { "url": [ "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip", "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-arm64.exe#/oh-my-posh.exe" ] } - }, - "hash": { - "url": "$baseurl/checksums.txt", - "regex": "$sha256.*?$basename" } } }