2024-03-28 09:07:12 +00:00

24 lines
739 B
JSON

{
"version": "1.4.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.4.6/fend-1.4.6-windows-x64-exe.zip",
"hash": "41c4b4807d90fe2eb737b4485b012ce2e7b166b36dfa77909b98655bb37598a7"
}
},
"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"
}
}
}
}