2024-06-20 12:31:21 +00:00

24 lines
739 B
JSON

{
"version": "1.4.9",
"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.4.9/fend-1.4.9-windows-x64-exe.zip",
"hash": "2f3b31db99d1bf0de8afde4454a6a3874b52898985f0b1545aee9895b5539b09"
}
},
"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"
}
}
}
}