oh-my-posh3: Add version 3.64.2 (#1601)

* oh-my-posh3: Add version 3.43.2

Co-authored-by: Jan De Dobbeleer <jan.de.dobbeleer@gmail.com>
Co-authored-by: Ash258 <cabera.jakub@gmail.com>

* oh-my-posh3: Update version 3.44.0

* oh-my-posh3: Update to version 3.44.1

* oh-my-posh3: Update to version 3.64.2

* Update oh-my-posh3.json

Co-authored-by: Jan De Dobbeleer <jan.de.dobbeleer@gmail.com>
Co-authored-by: Ash258 <cabera.jakub@gmail.com>
Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
Vixb 2020-12-27 11:21:49 +08:00 committed by GitHub
parent 219d1daa26
commit 402cf9a3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
bucket/oh-my-posh3.json Normal file
View File

@ -0,0 +1,29 @@
{
"version": "3.64.2",
"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.64.2/posh-windows-amd64.exe#/oh-my-posh.exe",
"hash": "115a5fb914caa9a1bdaf7bc1841427ca1cce67e267de3b6e684e6ab33b46e569"
}
},
"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"
}
}
}