micro: Update to version 2.0.5

This commit is contained in:
Jakub Čábera 2020-06-19 09:05:31 +02:00
parent 17695c4bb2
commit 24ace67d00

View File

@ -1,20 +1,20 @@
{ {
"homepage": "https://micro-editor.github.io/", "homepage": "https://micro-editor.github.io/",
"description": "A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.", "description": "A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.",
"version": "2.0.4", "version": "2.0.5",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.4/micro-2.0.4-win64.zip", "url": "https://github.com/zyedidia/micro/releases/download/v2.0.5/micro-2.0.5-win64.zip",
"hash": "c3557b66f6c117b2579cc3abcdf3520a26854aee7df6cce11cb19221d4b34fcb" "hash": "68d7436528fc7224cdf36decbb38bbf27b72941a2fbdb9dc157023f834455506"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.4/micro-2.0.4-win32.zip", "url": "https://github.com/zyedidia/micro/releases/download/v2.0.5/micro-2.0.5-win32.zip",
"hash": "0a647d42be97bbf678d118b7080fb2942fb7a83f816e9fefcc4aaad852b3b1c9" "hash": "c03071b13962e134898e948a4acaf7271a3f60d2ffade801012eba0cf333150c"
} }
}, },
"bin": "micro.exe", "bin": "micro.exe",
"extract_dir": "micro-2.0.4", "extract_dir": "micro-2.0.5",
"checkver": { "checkver": {
"github": "https://github.com/zyedidia/micro" "github": "https://github.com/zyedidia/micro"
}, },