oh-my-posh3: Update to version 6.11.2 and fix url (#2999)

This commit is contained in:
jonz94 2021-11-23 10:03:45 -08:00 committed by GitHub
parent f2d32a8303
commit 534c1ec8ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ {
"version": "5.16.4", "version": "6.11.2",
"description": "A prompt theme engine for any shell", "description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev", "homepage": "https://ohmyposh.dev",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"notes": "Refer to 'https://ohmyposh.dev/docs/windows#replace-your-existing-prompt' for shell specific configurations.", "notes": "Refer to 'https://ohmyposh.dev/docs/windows#replace-your-existing-prompt' for shell specific configurations.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v5.16.4/posh-windows-wsl-amd64.7z", "url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v6.11.2/posh-windows-amd64.7z",
"hash": "04552604dc1f169cbfce39eead3b176c8b9bb696ca3d422bb1e82c0a0f460074" "hash": "d5fa44686e2663d4c5cacd4e3b96dd2151dd3a58795fcaa5705a752f12376ee6"
} }
}, },
"bin": "bin\\oh-my-posh.exe", "bin": "bin\\oh-my-posh.exe",
@ -18,7 +18,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v$version/posh-windows-wsl-amd64.7z" "url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v$version/posh-windows-amd64.7z"
} }
}, },
"hash": { "hash": {