mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
24 lines
739 B
JSON
24 lines
739 B
JSON
{
|
|
"version": "1.3.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.3.1/fend-1.3.1-windows-x64-exe.zip",
|
|
"hash": "a0eb36af1df7945a48d94f7d389640cac1f603c4810f5566cc4d150af6e37da1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|