lychee: Update to version 0.7.0

This commit is contained in:
Jakub Čábera 2021-04-20 19:23:10 +02:00
parent 20f44a400c
commit cdcb28308b

View File

@ -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"
}
}
}