lychee: Update to version 0.7.1

This commit is contained in:
Jakub Čábera 2021-09-04 00:36:00 -07:00
parent f8f6b63c3a
commit b463e8bc53

View File

@ -1,12 +1,12 @@
{
"version": "0.7.0",
"version": "0.7.1",
"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/0.7.0/lychee-0.7.0-windows-x86_64.exe#/lychee.exe",
"hash": "304bb40cb8fd3f4f57c79d52f54fa91fb1cff3999c1c95891695e08c13f691be"
"url": "https://github.com/lycheeverse/lychee/releases/download/v0.7.1/lychee-v0.7.1-windows-x86_64.exe#/lychee.exe",
"hash": "1c122fc0e13516e490d20de106dc8494ef3952883cb525bedcf69eed8f38cc75"
}
},
"bin": "lychee.exe",
@ -14,7 +14,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lycheeverse/lychee/releases/download/$version/lychee-$version-windows-x86_64.exe#/lychee.exe"
"url": "https://github.com/lycheeverse/lychee/releases/download/v$version/lychee-v$version-windows-x86_64.exe#/lychee.exe"
}
}
}