mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
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: a975e21165
* Remove hash check to fallback on github extract mode
This commit is contained in:
parent
19abbf211e
commit
2c3ad540af
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user