From 402cf9a3b34ec06c6460772388cc1065f865d4c7 Mon Sep 17 00:00:00 2001 From: Vixb Date: Sun, 27 Dec 2020 11:21:49 +0800 Subject: [PATCH] oh-my-posh3: Add version 3.64.2 (#1601) * oh-my-posh3: Add version 3.43.2 Co-authored-by: Jan De Dobbeleer Co-authored-by: Ash258 * 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 Co-authored-by: Ash258 Co-authored-by: Chawye Hsu --- bucket/oh-my-posh3.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/oh-my-posh3.json diff --git a/bucket/oh-my-posh3.json b/bucket/oh-my-posh3.json new file mode 100644 index 0000000000..7e767bc0df --- /dev/null +++ b/bucket/oh-my-posh3.json @@ -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" + } + } +}