ScoopInstaller_Main/bucket/oh-my-posh3.json
Jakub Čábera bdbb7adf07 oh-my-posh3: Update to version 3.78.1
fix manifests
2021-01-20 19:34:41 +01:00

30 lines
1.0 KiB
JSON

{
"version": "3.78.1",
"description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev",
"license": "GPL-3.0-only",
"notes": "Refer to 'https://ohmyposh.dev/docs/installation#4-replace-your-existing-prompt' for shell specific configurations.",
"architecture": {
"64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v3.78.1/posh-windows-amd64.exe#/oh-my-posh.exe",
"hash": "5c73a6b1ec4f3b774ee6dfa689ba0cd0d0a37160166d89aa36f56201a02fd93e"
}
},
"bin": "oh-my-posh.exe",
"persist": "themes",
"checkver": {
"github": "https://github.com/JanDeDobbeleer/oh-my-posh3"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v$version/posh-windows-amd64.exe#/oh-my-posh.exe"
}
},
"hash": {
"url": "$url.sha256",
"regex": "$sha256"
}
}
}