From bdbb7adf074133dbb9457b860670f4b1ddf2fcee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 20 Jan 2021 19:34:41 +0100 Subject: [PATCH] oh-my-posh3: Update to version 3.78.1 fix manifests --- bucket/czkawka-cli.json | 23 ++++++-------- bucket/czkawka.json | 29 +++++++++++++++++ bucket/deta.json | 2 +- bucket/mob.json | 18 ++++++++--- bucket/oh-my-posh3.json | 6 ++-- bucket/openOCD.json | 15 ++++----- bucket/proxychains.json | 69 +++++++++++++++++++++++------------------ 7 files changed, 103 insertions(+), 59 deletions(-) create mode 100644 bucket/czkawka.json diff --git a/bucket/czkawka-cli.json b/bucket/czkawka-cli.json index ae1a536160..9d527a95c1 100644 --- a/bucket/czkawka-cli.json +++ b/bucket/czkawka-cli.json @@ -3,21 +3,18 @@ "description": "Tool to find duplicates, similar images and music.", "homepage": "https://github.com/qarmin/czkawka", "license": "MIT", + "notes": "Deprecated. Use 'czkawka' instead", "architecture": { "64bit": { - "url": "https://github.com/qarmin/czkawka/releases/download/2.0.0/windows_czkawka_cli.exe", - "hash": "84df49a0ef5a3bb87704843ce0166acfb420520ef4fb796e10e5499c29812bef", - "bin": "windows_czkawka_cli.exe" + "url": "https://github.com/qarmin/czkawka/releases/download/2.0.0/windows_czkawka_cli.exe#/czkawka.exe", + "hash": "84df49a0ef5a3bb87704843ce0166acfb420520ef4fb796e10e5499c29812bef" } }, - "checkver": { - "github": "https://github.com/qarmin/czkawka" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/qarmin/czkawka/releases/download/$version/windows_czkawka_cli.exe" - } - } - } + "bin": [ + "czkawka.exe", + [ + "czkawka.exe", + "windows_czkawka_cli" + ] + ] } diff --git a/bucket/czkawka.json b/bucket/czkawka.json new file mode 100644 index 0000000000..2e58604ce8 --- /dev/null +++ b/bucket/czkawka.json @@ -0,0 +1,29 @@ +{ + "version": "2.0.0", + "description": "Tool to find duplicates, similar images and music.", + "homepage": "https://github.com/qarmin/czkawka", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/qarmin/czkawka/releases/download/2.0.0/windows_czkawka_cli.exe#/czkawka.exe", + "hash": "84df49a0ef5a3bb87704843ce0166acfb420520ef4fb796e10e5499c29812bef" + } + }, + "bin": [ + "czkawka.exe", + [ + "czkawka.exe", + "windows_czkawka_cli" + ] + ], + "checkver": { + "github": "https://github.com/qarmin/czkawka" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/qarmin/czkawka/releases/download/$version/windows_czkawka_cli.exe#/czkawka.exe" + } + } + } +} diff --git a/bucket/deta.json b/bucket/deta.json index 860a116d49..001e166bd4 100644 --- a/bucket/deta.json +++ b/bucket/deta.json @@ -12,7 +12,7 @@ "bin": "deta.exe", "checkver": { "url": "https://github.com/deta/deta-cli", - "re": "tag/v([\\d.]+.*?)\"" + "regex": "tag/v([\\w.-]+)\"" }, "autoupdate": { "architecture": { diff --git a/bucket/mob.json b/bucket/mob.json index 4565de56f6..53ad48eadb 100644 --- a/bucket/mob.json +++ b/bucket/mob.json @@ -3,16 +3,24 @@ "description": "Swift git handover with mob", "homepage": "https://mob.sh", "license": "MIT", - "url": "https://github.com/remotemobprogramming/mob/releases/download/v1.1.0/mob_v1.1.0_windows_amd64.tar.gz", - "hash": "md5:f6655da1ac933b326d8155f6cdad911a", + "architecture": { + "64bit": { + "url": "https://github.com/remotemobprogramming/mob/releases/download/v1.1.0/mob_v1.1.0_windows_amd64.tar.gz", + "hash": "md5:f6655da1ac933b326d8155f6cdad911a" + } + }, "bin": "mob.exe", "checkver": { "github": "https://github.com/remotemobprogramming/mob" }, "autoupdate": { - "url": "https://github.com/remotemobprogramming/mob/releases/download/v$version/mob_v$version_windows_amd64.tar.gz", - "hash": { - "url": "$baseurl/mob_v$version_windows_amd64_checksum.txt" + "architecture": { + "64bit": { + "url": "https://github.com/remotemobprogramming/mob/releases/download/v$version/mob_v$version_windows_amd64.tar.gz", + "hash": { + "url": "$baseurl/mob_v$version_windows_amd64_checksum.txt" + } + } } } } diff --git a/bucket/oh-my-posh3.json b/bucket/oh-my-posh3.json index 27ea21cc22..42082bf475 100644 --- a/bucket/oh-my-posh3.json +++ b/bucket/oh-my-posh3.json @@ -1,13 +1,13 @@ { - "version": "3.77.0", + "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.77.0/posh-windows-amd64.exe#/oh-my-posh.exe", - "hash": "206b1f86d651c91db9e52612a0765145af5869126f75cc23a8ec9a6b2ae35996" + "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", diff --git a/bucket/openOCD.json b/bucket/openOCD.json index 7ac0ad2f5c..78b8298d98 100644 --- a/bucket/openOCD.json +++ b/bucket/openOCD.json @@ -1,9 +1,10 @@ { - "version": "20201228", - "homepage": "https://gnutoolchains.com/arm-eabi/openocd/", - "description": "OpenOCD is an open-source tool that allows debugging various ARM devices with GDB using a wide variety of JTAG programmers.", - "url": "https://sysprogs.com/getfile/1364/openocd-20201228.7z", - "hash": "2a45b7fee2974c36650c5bae95daa9b577c2241557332818f08e27a364de4311", - "extract_dir": "OpenOCD-20201228-0.10.0", - "env_add_path": "bin" + "version": "20201228", + "description": "OpenOCD is an open-source tool that allows debugging various ARM devices with GDB using a wide variety of JTAG programmers.", + "homepage": "https://gnutoolchains.com/arm-eabi/openocd/", + "license": "Unknown", + "url": "https://sysprogs.com/getfile/1364/openocd-20201228.7z", + "hash": "2a45b7fee2974c36650c5bae95daa9b577c2241557332818f08e27a364de4311", + "extract_dir": "OpenOCD-20201228-0.10.0", + "env_add_path": "bin" } diff --git a/bucket/proxychains.json b/bucket/proxychains.json index 052eb3ca75..d7dc82e3c2 100644 --- a/bucket/proxychains.json +++ b/bucket/proxychains.json @@ -1,30 +1,39 @@ -{ - "version": "0.6.8", - "architecture":{ - "64bit":{ - "url": "https://github.com/shunf4/proxychains-windows/releases/download/0.6.8/proxychains_0.6.8_win32_x64.zip", - "hash": "14534208F85F0DEE5B4E0B3700CE19FDCAE86648D43FC2C70CD3117E140FE1EF", - "bin": [["proxychains_win32_x64.exe", "proxychains"]] - }, - "32bit":{ - "url": "https://github.com/shunf4/proxychains-windows/releases/download/0.6.8/proxychains_0.6.8_win32_x86.zip", - "hash": "631D924F0B63C48B5B2D8E0D0577AD885B75EA709FA1E89E92662C7F0C354FE6", - "bin": [["proxychains_win32_x86.exe", "proxychains"]] - } - }, - "extract_to": "", - "description": "Windows port of proxychains, based on MinHook and DLL Injection.", - "homepage": "https://github.com/shunf4/proxychains-windows", - "license": "GPL-2.0-or-later", - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/shunf4/proxychains-windows/releases/download/$version/proxychains_$version_win32_x64.zip" - }, - "32bit": { - "url": "https://github.com/shunf4/proxychains-windows/releases/download/$version/proxychains_$version_win32_x86.zip" - } - } - } -} +{ + "version": "0.6.8", + "description": "Windows port of proxychains, based on MinHook and DLL Injection", + "homepage": "https://github.com/shunf4/proxychains-windows", + "license": "GPL-2.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/shunf4/proxychains-windows/releases/download/0.6.8/proxychains_0.6.8_win32_x64.zip", + "hash": "14534208f85f0dee5b4e0b3700ce19fdcae86648d43fc2c70cd3117e140fe1ef", + "bin": [ + [ + "proxychains_win32_x64.exe", + "proxychains" + ] + ] + }, + "32bit": { + "url": "https://github.com/shunf4/proxychains-windows/releases/download/0.6.8/proxychains_0.6.8_win32_x86.zip", + "hash": "631d924f0b63c48b5b2d8e0d0577ad885b75ea709fa1e89e92662c7f0c354fe6", + "bin": [ + [ + "proxychains_win32_x86.exe", + "proxychains" + ] + ] + } + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/shunf4/proxychains-windows/releases/download/$version/proxychains_$version_win32_x64.zip" + }, + "32bit": { + "url": "https://github.com/shunf4/proxychains-windows/releases/download/$version/proxychains_$version_win32_x86.zip" + } + } + } +}