insect: Remove autoupdate and add note

Binaries are no longer released for Insect. See https://github.com/sharkdp/insect/issues/363#issuecomment-1436021510 for more information.
This commit is contained in:
tech189 2023-04-09 00:37:17 +01:00
parent 1c249ce2ae
commit 4e537f45eb

View File

@ -3,6 +3,7 @@
"description": "A high precision scientific calculator with full support for physical units",
"homepage": "https://insect.sh",
"license": "MIT",
"notes": "Binaries are no longer released for Insect as of v5.8.0, see https://github.com/sharkdp/insect/issues/363",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/insect/releases/download/v5.7.0/insect-windows-x64.exe#/insect.exe",
@ -13,18 +14,5 @@
"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"
}
}
}
"bin": "insect.exe"
}