From 0b1c9eb207dd61980d97d4b82487fe6fb900c0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 24 May 2020 10:53:17 +0200 Subject: [PATCH] micro: Update to version 2.0.4 --- bucket/micro.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/micro.json b/bucket/micro.json index c7831b45b3..741b3d4947 100644 --- a/bucket/micro.json +++ b/bucket/micro.json @@ -1,20 +1,20 @@ { "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.", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.3/micro-2.0.3-win64.zip", - "hash": "d28b527c752ea4613cd5c29bebbc887ee051b5f400d50ffdd1c6f2bca32aaeb1" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.4/micro-2.0.4-win64.zip", + "hash": "c3557b66f6c117b2579cc3abcdf3520a26854aee7df6cce11cb19221d4b34fcb" }, "32bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.3/micro-2.0.3-win32.zip", - "hash": "2ae31b396cca8fbb8dd1a89baa1bddeb034e200d2d48b8861713f84470d375a3" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.4/micro-2.0.4-win32.zip", + "hash": "0a647d42be97bbf678d118b7080fb2942fb7a83f816e9fefcc4aaad852b3b1c9" } }, "bin": "micro.exe", - "extract_dir": "micro-2.0.3", + "extract_dir": "micro-2.0.4", "checkver": { "github": "https://github.com/zyedidia/micro" },