2024-02-23 08:26:33 +00:00

24 lines
739 B
JSON

{
"version": "1.4.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.4.3/fend-1.4.3-windows-x64-exe.zip",
"hash": "f77f82f81b570dd13c9a4892994bd19549cb7831465cbcad2ed686cfe01e6171"
}
},
"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"
}
}
}
}