2017-12-10 10:19:59 +01:00

28 lines
1015 B
JSON

{
"homepage": "https://github.com/sharkdp/fd",
"license": "MIT",
"version": "6.1.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v6.1.0/fd-v6.1.0-x86_64-pc-windows-msvc.zip",
"hash": "f8c2add2e074384540cd2cf81b2b99defca0d775c1f9d4b916bb2de94863ccf1"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v6.1.0/fd-v6.1.0-i686-pc-windows-msvc.zip",
"hash": "d3bc15f8ceab70ec7d8abdc5b781b3375359cb540875cd3036a46ccf5f4c9fa8"
}
},
"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"
}
}
}
}