mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
24 lines
739 B
JSON
24 lines
739 B
JSON
{
|
|
"version": "1.5.0",
|
|
"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.0/fend-1.5.0-windows-x64-exe.zip",
|
|
"hash": "cf64e75b82bb4b60652f4e5279d31efedc82329ff91d7bb751b6e21cbf81136c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|