diff --git a/bucket/insect.json b/bucket/insect.json index 4f07e29d02..dca195a5bb 100644 --- a/bucket/insect.json +++ b/bucket/insect.json @@ -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" }