From 244fddcd15a9500eea7897fa7b6aa4102f381966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 16 Feb 2021 09:40:11 +0100 Subject: [PATCH] boxes: Update to version 2.0.0 --- bucket/boxes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/boxes.json b/bucket/boxes.json index 473f189c54..0db21eafb2 100644 --- a/bucket/boxes.json +++ b/bucket/boxes.json @@ -1,11 +1,11 @@ { - "version": "1.3", + "version": "2.0.0", "description": "A command line filter program that draws ASCII art boxes around your input text", "homepage": "https://boxes.thomasjensen.com/", "license": "GPL-2.0-only", - "url": "https://github.com/ascii-boxes/boxes/releases/download/v1.3/boxes-1.3-intel-win32.zip", - "hash": "3f3e158298bcf7bbead18d2ae095083235f117f2eb05cbd1f977e193d56fee41", - "extract_dir": "boxes-1.3", + "url": "https://github.com/ascii-boxes/boxes/releases/download/v2.0.0/boxes-2.0.0-intel-win32.zip", + "hash": "e355ecefcaed7f9bfb79b61bb7f6751baaa05c8c021e962d2b359f3e479dacb3", + "extract_dir": "boxes-2.0.0", "bin": "boxes.exe", "checkver": { "github": "https://github.com/ascii-boxes/boxes"