mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
24 lines
739 B
JSON
24 lines
739 B
JSON
{
|
|
"version": "1.5.5",
|
|
"description": "Arbitrary-precision unit-aware calculator ",
|
|
"homepage": "https://printfn.github.io/fend/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/printfn/fend/releases/download/v1.5.5/fend-1.5.5-windows-x64-exe.zip",
|
|
"hash": "4ef099990a897f3e8d3b60f0ff0610107b30190bf02e36953f962a497e705d48"
|
|
}
|
|
},
|
|
"bin": "fend.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/printfn/fend"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/printfn/fend/releases/download/v$version/fend-$version-windows-x64-exe.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|