2024-10-06 00:37:37 +00:00

24 lines
739 B
JSON

{
"version": "1.5.3",
"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.3/fend-1.5.3-windows-x64-exe.zip",
"hash": "56ecb3fd98cbfc375865438d6c1bebf8116adf03389b2490ef9488050c14b29e"
}
},
"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"
}
}
}
}