oh-my-posh3: Update to version 3.78.1

fix manifests
This commit is contained in:
Jakub Čábera 2021-01-20 19:34:41 +01:00
parent 8b65503f87
commit bdbb7adf07
7 changed files with 103 additions and 59 deletions

View File

@ -3,21 +3,18 @@
"description": "Tool to find duplicates, similar images and music.", "description": "Tool to find duplicates, similar images and music.",
"homepage": "https://github.com/qarmin/czkawka", "homepage": "https://github.com/qarmin/czkawka",
"license": "MIT", "license": "MIT",
"notes": "Deprecated. Use 'czkawka' instead",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/qarmin/czkawka/releases/download/2.0.0/windows_czkawka_cli.exe", "url": "https://github.com/qarmin/czkawka/releases/download/2.0.0/windows_czkawka_cli.exe#/czkawka.exe",
"hash": "84df49a0ef5a3bb87704843ce0166acfb420520ef4fb796e10e5499c29812bef", "hash": "84df49a0ef5a3bb87704843ce0166acfb420520ef4fb796e10e5499c29812bef"
"bin": "windows_czkawka_cli.exe"
} }
}, },
"checkver": { "bin": [
"github": "https://github.com/qarmin/czkawka" "czkawka.exe",
}, [
"autoupdate": { "czkawka.exe",
"architecture": { "windows_czkawka_cli"
"64bit": { ]
"url": "https://github.com/qarmin/czkawka/releases/download/$version/windows_czkawka_cli.exe" ]
}
}
}
} }

29
bucket/czkawka.json Normal file
View File

@ -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"
}
}
}
}

View File

@ -12,7 +12,7 @@
"bin": "deta.exe", "bin": "deta.exe",
"checkver": { "checkver": {
"url": "https://github.com/deta/deta-cli", "url": "https://github.com/deta/deta-cli",
"re": "tag/v([\\d.]+.*?)\"" "regex": "tag/v([\\w.-]+)\""
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {

View File

@ -3,16 +3,24 @@
"description": "Swift git handover with mob", "description": "Swift git handover with mob",
"homepage": "https://mob.sh", "homepage": "https://mob.sh",
"license": "MIT", "license": "MIT",
"url": "https://github.com/remotemobprogramming/mob/releases/download/v1.1.0/mob_v1.1.0_windows_amd64.tar.gz", "architecture": {
"hash": "md5:f6655da1ac933b326d8155f6cdad911a", "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", "bin": "mob.exe",
"checkver": { "checkver": {
"github": "https://github.com/remotemobprogramming/mob" "github": "https://github.com/remotemobprogramming/mob"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/remotemobprogramming/mob/releases/download/v$version/mob_v$version_windows_amd64.tar.gz", "architecture": {
"hash": { "64bit": {
"url": "$baseurl/mob_v$version_windows_amd64_checksum.txt" "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"
}
}
} }
} }
} }

View File

@ -1,13 +1,13 @@
{ {
"version": "3.77.0", "version": "3.78.1",
"description": "A prompt theme engine for any shell", "description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev", "homepage": "https://ohmyposh.dev",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"notes": "Refer to 'https://ohmyposh.dev/docs/installation#4-replace-your-existing-prompt' for shell specific configurations.", "notes": "Refer to 'https://ohmyposh.dev/docs/installation#4-replace-your-existing-prompt' for shell specific configurations.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v3.77.0/posh-windows-amd64.exe#/oh-my-posh.exe", "url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v3.78.1/posh-windows-amd64.exe#/oh-my-posh.exe",
"hash": "206b1f86d651c91db9e52612a0765145af5869126f75cc23a8ec9a6b2ae35996" "hash": "5c73a6b1ec4f3b774ee6dfa689ba0cd0d0a37160166d89aa36f56201a02fd93e"
} }
}, },
"bin": "oh-my-posh.exe", "bin": "oh-my-posh.exe",

View File

@ -1,9 +1,10 @@
{ {
"version": "20201228", "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.",
"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/",
"url": "https://sysprogs.com/getfile/1364/openocd-20201228.7z", "license": "Unknown",
"hash": "2a45b7fee2974c36650c5bae95daa9b577c2241557332818f08e27a364de4311", "url": "https://sysprogs.com/getfile/1364/openocd-20201228.7z",
"extract_dir": "OpenOCD-20201228-0.10.0", "hash": "2a45b7fee2974c36650c5bae95daa9b577c2241557332818f08e27a364de4311",
"env_add_path": "bin" "extract_dir": "OpenOCD-20201228-0.10.0",
"env_add_path": "bin"
} }

View File

@ -1,30 +1,39 @@
{ {
"version": "0.6.8", "version": "0.6.8",
"architecture":{ "description": "Windows port of proxychains, based on MinHook and DLL Injection",
"64bit":{ "homepage": "https://github.com/shunf4/proxychains-windows",
"url": "https://github.com/shunf4/proxychains-windows/releases/download/0.6.8/proxychains_0.6.8_win32_x64.zip", "license": "GPL-2.0-or-later",
"hash": "14534208F85F0DEE5B4E0B3700CE19FDCAE86648D43FC2C70CD3117E140FE1EF", "architecture": {
"bin": [["proxychains_win32_x64.exe", "proxychains"]] "64bit": {
}, "url": "https://github.com/shunf4/proxychains-windows/releases/download/0.6.8/proxychains_0.6.8_win32_x64.zip",
"32bit":{ "hash": "14534208f85f0dee5b4e0b3700ce19fdcae86648d43fc2c70cd3117e140fe1ef",
"url": "https://github.com/shunf4/proxychains-windows/releases/download/0.6.8/proxychains_0.6.8_win32_x86.zip", "bin": [
"hash": "631D924F0B63C48B5B2D8E0D0577AD885B75EA709FA1E89E92662C7F0C354FE6", [
"bin": [["proxychains_win32_x86.exe", "proxychains"]] "proxychains_win32_x64.exe",
} "proxychains"
}, ]
"extract_to": "", ]
"description": "Windows port of proxychains, based on MinHook and DLL Injection.", },
"homepage": "https://github.com/shunf4/proxychains-windows", "32bit": {
"license": "GPL-2.0-or-later", "url": "https://github.com/shunf4/proxychains-windows/releases/download/0.6.8/proxychains_0.6.8_win32_x86.zip",
"checkver": "github", "hash": "631d924f0b63c48b5b2d8e0d0577ad885b75ea709fa1e89e92662c7f0c354fe6",
"autoupdate": { "bin": [
"architecture": { [
"64bit": { "proxychains_win32_x86.exe",
"url": "https://github.com/shunf4/proxychains-windows/releases/download/$version/proxychains_$version_win32_x64.zip" "proxychains"
}, ]
"32bit": { ]
"url": "https://github.com/shunf4/proxychains-windows/releases/download/$version/proxychains_$version_win32_x86.zip" }
} },
} "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"
}
}
}
}