2018-10-27 18:00:29 +00:00

28 lines
1015 B
JSON

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