From 4e537f45ebd38fb2c6ab2d06111dfb8f0275a89d Mon Sep 17 00:00:00 2001 From: tech189 Date: Sun, 9 Apr 2023 00:37:17 +0100 Subject: [PATCH] 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. --- bucket/insect.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) 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" }