2018-03-26 11:00:27 +00:00

28 lines
1015 B
JSON

{
"homepage": "https://github.com/sharkdp/fd",
"license": "MIT",
"version": "7.0.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v7.0.0/fd-v7.0.0-x86_64-pc-windows-msvc.zip",
"hash": "06e3b7201518cb62628fa2aa0db076a67e5fd79ce43d692d44684f4ddaf85996"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v7.0.0/fd-v7.0.0-i686-pc-windows-msvc.zip",
"hash": "d8f9a2d7947ea774906a5e9871af145fe1d64d4e3a2cd870fef2d9ab55d766f3"
}
},
"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"
}
}
}
}