2023-04-03 16:27:44 +00:00

24 lines
739 B
JSON

{
"version": "1.1.6",
"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.1.6/fend-1.1.6-windows-x64-exe.zip",
"hash": "6fa167873f2f747e587d284831d549403b1ae0b8625ca6e1b3e5e2b3007f8110"
}
},
"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"
}
}
}
}