2018-02-10 17:00:21 +00:00

28 lines
1015 B
JSON

{
"homepage": "https://github.com/sharkdp/fd",
"license": "MIT",
"version": "6.3.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v6.3.0/fd-v6.3.0-x86_64-pc-windows-msvc.zip",
"hash": "e7eb64766c0ea0cc48ba357a715dfbc1cf44d8afc2edd4aff640fc0ff1864186"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v6.3.0/fd-v6.3.0-i686-pc-windows-msvc.zip",
"hash": "4f34f9e65452be004c60282e0d441aeb35ffc98f089a19d6f8b215bd2594f5fc"
}
},
"bin": "fd.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-i686-pc-windows-msvc.zip"
}
}
}
}