From f64bcbae8c7b81509a75bd12de0d0c4be7f9be0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 7 Oct 2020 10:02:23 +0200 Subject: [PATCH] micro: Update to version 2.0.8 --- bucket/micro.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/micro.json b/bucket/micro.json index af3f764001..5cb2da1560 100644 --- a/bucket/micro.json +++ b/bucket/micro.json @@ -1,19 +1,19 @@ { - "version": "2.0.7", + "version": "2.0.8", "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/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.7/micro-2.0.7-win64.zip", - "hash": "166817188347ad3682c5b1f656a369d9d98b2c1e4b8d1688fe25167f1f37397e" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.8/micro-2.0.8-win64.zip", + "hash": "c551e5bac87bde3af5157f34b2e84a4a2418e1f51cb6a02f85ec6260950ad966" }, "32bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.7/micro-2.0.7-win32.zip", - "hash": "8973795a30f84d6087a2eaa991e34701809c7f83e09fbe3e91c3b988cfa1f009" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.8/micro-2.0.8-win32.zip", + "hash": "7d4cb053ba3dbf843cfc080bd8f03324360278f491f02a5cc0e4fdd3d8c65b3a" } }, - "extract_dir": "micro-2.0.7", + "extract_dir": "micro-2.0.8", "bin": "micro.exe", "checkver": { "github": "https://github.com/zyedidia/micro"