ahoy: Fix url and hash (#473)

This commit is contained in:
Chawye Hsu 2019-10-08 13:33:01 +08:00 committed by Hsiao-nan Cheung
parent fcad0464b3
commit 0ede901f17

View File

@ -3,13 +3,13 @@
"license": "MIT",
"description": "Automate and organize your workflows, no matter what technology you use",
"version": "2.0.0",
"url": "https://github.com/ahoy-cli/ahoy/releases/download/2.0.0/ahoy-bin-windows-amd64#/ahoy.exe",
"hash": "6a920aa6ac76e176fad548d5c331615ef762555016977a4abaa594815937d933",
"url": "https://github.com/ahoy-cli/ahoy/releases/download/2.0.0/ahoy-bin-windows-amd64.exe#/ahoy.exe",
"hash": "799902afbf1698ae01058b41c0b57a7b509ad81ff457f220b6d98b0581d2a3f2",
"bin": "ahoy.exe",
"checkver": {
"github": "https://github.com/ahoy-cli/ahoy"
},
"autoupdate": {
"url": "https://github.com/ahoy-cli/ahoy/releases/download/$version/ahoy-bin-windows-amd64#/ahoy.exe"
"url": "https://github.com/ahoy-cli/ahoy/releases/download/$version/ahoy-bin-windows-amd64.exe#/ahoy.exe"
}
}