From cdcb28308b5ee70c0848c313f336742699e196e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 20 Apr 2021 19:23:10 +0200 Subject: [PATCH] lychee: Update to version 0.7.0 --- bucket/lychee.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/lychee.json b/bucket/lychee.json index f8e77caa2a..ed2b5f0d68 100644 --- a/bucket/lychee.json +++ b/bucket/lychee.json @@ -1,12 +1,12 @@ { - "version": "0.6.0", + "version": "0.7.0", "description": "A command-line link checker", "homepage": "https://github.com/lycheeverse/lychee", "license": "Apache-2.0|MIT", "architecture": { "64bit": { - "url": "https://github.com/lycheeverse/lychee/releases/download/v0.6.0/lychee-v0.6.0-windows-x86_64.exe#/lychee.exe", - "hash": "ad32c2c777010f7fd7e315ab55db9a609fa1031f093bef4c8487bde192b36726" + "url": "https://github.com/lycheeverse/lychee/releases/download/0.7.0/lychee-0.7.0-windows-x86_64.exe#/lychee.exe", + "hash": "304bb40cb8fd3f4f57c79d52f54fa91fb1cff3999c1c95891695e08c13f691be" } }, "bin": "lychee.exe", @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/lycheeverse/lychee/releases/download/v$version/lychee-v$version-windows-x86_64.exe#/lychee.exe" + "url": "https://github.com/lycheeverse/lychee/releases/download/$version/lychee-$version-windows-x86_64.exe#/lychee.exe" } } }