Chanakan Mungtin dd8082404a
insect: Update to version 5.7.0 (#3811)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2022-08-09 13:25:14 +08:00

31 lines
1.1 KiB
JSON

{
"version": "5.7.0",
"description": "A high precision scientific calculator with full support for physical units",
"homepage": "https://insect.sh",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/insect/releases/download/v5.7.0/insect-windows-x64.exe#/insect.exe",
"hash": "7eb863a95f494c3f263d8d68a1a0e45d4ad44e3601d85fa2f20885effa9b0180"
},
"32bit": {
"url": "https://github.com/sharkdp/insect/releases/download/v5.7.0/insect-windows-x86.exe#/insect.exe",
"hash": "084f4a4dc477c4a269d08a4536b2c3f1de20daf086085440a6d0280adff36791"
}
},
"bin": "insect.exe",
"checkver": {
"github": "https://github.com/sharkdp/insect"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/insect/releases/download/v$version/insect-windows-x64.exe#/insect.exe"
},
"32bit": {
"url": "https://github.com/sharkdp/insect/releases/download/v$version/insect-windows-x86.exe#/insect.exe"
}
}
}
}