2023-09-14 00:32:57 +00:00

24 lines
739 B
JSON

{
"version": "1.2.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.2.2/fend-1.2.2-windows-x64-exe.zip",
"hash": "082c4c038c17280171e464fb7f37a22d33d973b13ce39d7a7cad11fc6f0779d2"
}
},
"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"
}
}
}
}