From 237900b3a3fbf597027788f9b7706f4a5ff4aebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 13 Jan 2021 18:43:59 +0100 Subject: [PATCH] oh-my-posh3: Update to version 3.70.1 format f* --- bucket/far.json | 12 ++++++------ bucket/fciv.json | 4 ++-- bucket/figlet.json | 4 ++-- bucket/figurine.json | 4 ++-- bucket/flac.json | 4 ++-- bucket/fontreg.json | 6 +++--- bucket/forego.json | 4 ++-- bucket/forge.json | 4 ++-- bucket/freebasic.json | 4 ++-- bucket/oh-my-posh3.json | 6 +++--- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/bucket/far.json b/bucket/far.json index 6883a81ccf..4e2fc4e63c 100644 --- a/bucket/far.json +++ b/bucket/far.json @@ -1,11 +1,11 @@ { + "version": "30b5700", + "description": "A text-mode files and archives manager", + "homepage": "https://farmanager.com/", "license": { "identifier": "BSD-3-Clause", "url": "https://farmanager.com/license.php" }, - "homepage": "https://farmanager.com/", - "description": "A text-mode files and archives manager.", - "version": "30b5700", "architecture": { "64bit": { "url": "https://farmanager.com/files/Far30b5700.x64.20201112.7z", @@ -16,9 +16,10 @@ "hash": "b0e73d743fd845e9a585ec5b67146e254a5b617a8fb31baf1a00d8a50c146a2e" } }, + "bin": "far.exe", "checkver": { "url": "https://farmanager.com/download.php", - "re": "files/Far(?[b\\d]+).x64.(?\\d+).7z" + "regex": "files/Far([b\\d]+)\\.x64\\.(?\\d+)\\.7z" }, "autoupdate": { "architecture": { @@ -29,6 +30,5 @@ "url": "https://farmanager.com/files/Far$version.x86.$matchDate.7z" } } - }, - "bin": "far.exe" + } } diff --git a/bucket/fciv.json b/bucket/fciv.json index a31ebc1f3a..34433f20f5 100644 --- a/bucket/fciv.json +++ b/bucket/fciv.json @@ -1,7 +1,7 @@ { - "homepage": "https://support.microsoft.com/en-us/kb/841290", - "description": "A command-prompt utility that computes and verifies cryptographic hash values of files.", "version": "2.05", + "description": "A command-prompt utility that computes and verifies cryptographic hash values of files.", + "homepage": "https://support.microsoft.com/en-us/kb/841290", "license": "Unknown", "url": "https://download.microsoft.com/download/c/f/4/cf454ae0-a4bb-4123-8333-a1b6737712f7/Windows-KB841290-x86-ENU.exe#/dl.7z", "hash": "79a7ca1098982e1467e2ebe609298a44159084b2c82439189d5f0ac350683c8f", diff --git a/bucket/figlet.json b/bucket/figlet.json index d2916db00e..e70c3a6c68 100644 --- a/bucket/figlet.json +++ b/bucket/figlet.json @@ -1,7 +1,7 @@ { - "homepage": "https://github.com/lukesampson/figlet", - "description": "Create large letters using ASCII art out of ordinary text.", "version": "1.0-go", + "description": "Create large letters using ASCII art out of ordinary text.", + "homepage": "https://github.com/lukesampson/figlet", "license": "BSD-3-Clause", "url": "https://github.com/lukesampson/figlet/releases/download/go-1.0-win/figlet-go-1.0-win.zip", "hash": "11ee1f4de608d147ab5b61ddb5967730e9b2c1e43f7d2c96582ee260c030e413", diff --git a/bucket/figurine.json b/bucket/figurine.json index 00d8bc0c29..dc9f978dc3 100644 --- a/bucket/figurine.json +++ b/bucket/figurine.json @@ -1,7 +1,7 @@ { - "homepage": "https://github.com/arsham/figurine", - "description": "Print any text using ASCII art in FIGlet.", "version": "1.0.1", + "description": "Print any text using ASCII art in FIGlet.", + "homepage": "https://github.com/arsham/figurine", "license": "Apache-2.0", "url": "https://github.com/arsham/figurine/releases/download/v1.0.1/figurine_windows_v1.0.1.zip", "hash": "e9afc6b215c0971dbe08ff4bd13678c6e34b265d412e5595f6cb16919e932ce4", diff --git a/bucket/flac.json b/bucket/flac.json index d1c92bebd4..6bc4ced07d 100644 --- a/bucket/flac.json +++ b/bucket/flac.json @@ -1,7 +1,7 @@ { - "homepage": "https://xiph.org/flac/", - "description": "Free Lossless Audio Codec - command line tools", "version": "1.3.2", + "description": "Free Lossless Audio Codec - command line tools", + "homepage": "https://xiph.org/flac/", "license": { "identifier": "BSD-3-Clause,GPL-3.0-or-later", "url": "https://xiph.org/flac/license.html" diff --git a/bucket/fontreg.json b/bucket/fontreg.json index 4b669d73c1..1cd2974cba 100644 --- a/bucket/fontreg.json +++ b/bucket/fontreg.json @@ -6,11 +6,11 @@ "url": "http://code.kliu.org/misc/fontreg/fontreg-2.1.3-redist.7z", "hash": "md5:fb3f2c347e5831ccdc0b140e55bf9175", "architecture": { - "32bit": { - "extract_dir": "bin.x86-32" - }, "64bit": { "extract_dir": "bin.x86-64" + }, + "32bit": { + "extract_dir": "bin.x86-32" } }, "bin": "FontReg.exe", diff --git a/bucket/forego.json b/bucket/forego.json index aa2e7358ce..cd91d07a20 100644 --- a/bucket/forego.json +++ b/bucket/forego.json @@ -1,7 +1,7 @@ { - "homepage": "https://github.com/ddollar/forego", - "description": "Manage Procfile-based applications via Foreman.", "version": "20180217041714", + "description": "Manage Procfile-based applications via Foreman.", + "homepage": "https://github.com/ddollar/forego", "license": "Apache-2.0", "architecture": { "64bit": { diff --git a/bucket/forge.json b/bucket/forge.json index 51adcc0dea..6d4ebba042 100644 --- a/bucket/forge.json +++ b/bucket/forge.json @@ -1,7 +1,7 @@ { - "homepage": "https://www.forge.run/", - "description": "A command line tool that provides tasks for creating and managing F# projects.", "version": "2.2.0", + "description": "A command line tool that provides tasks for creating and managing F# projects.", + "homepage": "https://www.forge.run/", "license": "Unlicense", "url": "https://github.com/fsharp-editing/Forge/releases/download/2.2.0/forge.zip", "hash": "3033df677a766a0cb417fb987dcfbd8a54b06ae87ab58de2b849ede8bdc016f3", diff --git a/bucket/freebasic.json b/bucket/freebasic.json index 141a536d0b..01162974e1 100644 --- a/bucket/freebasic.json +++ b/bucket/freebasic.json @@ -1,8 +1,8 @@ { - "homepage": "https://www.freebasic.net", "version": "1.07.2", - "license": "GPL-2.0-or-later", "description": "BASIC compiler for Microsoft Windows, DOS and Linux.", + "homepage": "https://www.freebasic.net", + "license": "GPL-2.0-or-later", "architecture": { "64bit": { "url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.2-win64.zip", diff --git a/bucket/oh-my-posh3.json b/bucket/oh-my-posh3.json index cd94f6f052..718262f5bd 100644 --- a/bucket/oh-my-posh3.json +++ b/bucket/oh-my-posh3.json @@ -1,13 +1,13 @@ { - "version": "3.70.0", + "version": "3.70.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.70.0/posh-windows-amd64.exe#/oh-my-posh.exe", - "hash": "5c9d6481158126db296fd4f203cfb8c9dab644e8185637a2b5465f65d0a090ac" + "url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v3.70.1/posh-windows-amd64.exe#/oh-my-posh.exe", + "hash": "d283065dfae769d6a653ae63109da6c874b9c633e90ad1f827c360b5f98a9789" } }, "bin": "oh-my-posh.exe",