micro: Update to version 2.0.7

This commit is contained in:
Jakub Čábera 2020-09-07 08:37:05 +02:00
parent e6f71dc8de
commit 7854d453d8

View File

@ -1,19 +1,19 @@
{ {
"version": "2.0.6", "version": "2.0.7",
"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.",
"homepage": "https://micro-editor.github.io/", "homepage": "https://micro-editor.github.io/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.6/micro-2.0.6-win64.zip", "url": "https://github.com/zyedidia/micro/releases/download/v2.0.7/micro-2.0.7-win64.zip",
"hash": "5e3799ce5885846d38c0084c32dbd6cb755046f0388f3dd0aa2505e22bb0dee4" "hash": "166817188347ad3682c5b1f656a369d9d98b2c1e4b8d1688fe25167f1f37397e"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.6/micro-2.0.6-win32.zip", "url": "https://github.com/zyedidia/micro/releases/download/v2.0.7/micro-2.0.7-win32.zip",
"hash": "eb0ef4e098fe894c198ee67f5f0d285a17bd4c6b2a66c9d438bc087337fcfcaa" "hash": "8973795a30f84d6087a2eaa991e34701809c7f83e09fbe3e91c3b988cfa1f009"
} }
}, },
"extract_dir": "micro-2.0.6", "extract_dir": "micro-2.0.7",
"bin": "micro.exe", "bin": "micro.exe",
"checkver": { "checkver": {
"github": "https://github.com/zyedidia/micro" "github": "https://github.com/zyedidia/micro"