mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
28 lines
1015 B
JSON
28 lines
1015 B
JSON
{
|
|
"homepage": "https://github.com/sharkdp/fd",
|
|
"license": "MIT",
|
|
"version": "7.1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v7.1.0/fd-v7.1.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "2a8f64fc7a1c6b43a0290896ace44b99a923739c43357972bc6c98fa4cfb1b10"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v7.1.0/fd-v7.1.0-i686-pc-windows-msvc.zip",
|
|
"hash": "510d1c4a0adcacb6508f0e360c9eee344f6eaef25be760674204d6c1c8f2e5d0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|