2024-08-10 04:28:46 +00:00

24 lines
739 B
JSON

{
"version": "1.5.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.5.1/fend-1.5.1-windows-x64-exe.zip",
"hash": "91f641fd210c700205fe988e2ca76abfb7c79a11fa8d2a2e711a4ced8998e031"
}
},
"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"
}
}
}
}