2024-09-15 08:30:04 +00:00

24 lines
739 B
JSON

{
"version": "1.5.2",
"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.2/fend-1.5.2-windows-x64-exe.zip",
"hash": "65705957fbebf4f99332e3adc43d74f73b773624850fb97ec615919735bd064c"
}
},
"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"
}
}
}
}