mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 07:05:14 +00:00
24 lines
739 B
JSON
24 lines
739 B
JSON
{
|
|
"version": "1.2.1",
|
|
"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.2.1/fend-1.2.1-windows-x64-exe.zip",
|
|
"hash": "8d92e2f63e4a5bc42f1a9bfca7034fcb9617089287fa3d75e3eb9404e2e7eb31"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|