Update micro to version 1.3.0

This commit is contained in:
Richard Kuhnt 2017-07-29 19:00:24 +00:00
parent 6d96326d89
commit 2c6fbaa279

View File

@ -1,19 +1,19 @@
{ {
"homepage": "https://micro-editor.github.io/", "homepage": "https://micro-editor.github.io/",
"version": "1.2.0", "version": "1.3.0",
"license": "MIT Expat License", "license": "MIT Expat License",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v1.2.0/micro-1.2.0-win64.zip", "url": "https://github.com/zyedidia/micro/releases/download/v1.3.0/micro-1.3.0-win64.zip",
"hash": "8b5bd2335eebc415069c7ab2076a27680a339a24cdf0f55c93c4d4e1ad839829" "hash": "2e0ed8c7769bb4d4b477abe71195112f0f9bc3edebbcaf8c89963a50e8f1ecfd"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v1.2.0/micro-1.2.0-win32.zip", "url": "https://github.com/zyedidia/micro/releases/download/v1.3.0/micro-1.3.0-win32.zip",
"hash": "bb67bdd044d1918a8d5291a104764296f0a0dfa3162da2a6263242b2e440d4b2" "hash": "d3e6591eff4cd35c386e2dcf335dbe73df76299c21b277c0e33857601dfe6287"
} }
}, },
"bin": "micro.exe", "bin": "micro.exe",
"extract_dir": "micro-1.2.0", "extract_dir": "micro-1.3.0",
"checkver": { "checkver": {
"github": "https://github.com/zyedidia/micro" "github": "https://github.com/zyedidia/micro"
}, },