From 617805bf008c88af724c14536e17db05228dbfb0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 2 Sep 2018 16:34:31 +0200 Subject: [PATCH] Add insect version 5.0.0 --- insect.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 insect.json diff --git a/insect.json b/insect.json new file mode 100644 index 0000000000..9c82b0662a --- /dev/null +++ b/insect.json @@ -0,0 +1,28 @@ +{ + "homepage": "https://github.com/sharkdp/insect", + "description": "A high precision scientific calculator with full support for physical units", + "license": "MIT", + "version": "5.0.0", + "architecture": { + "64bit": { + "url": "https://github.com/sharkdp/insect/releases/download/v5.0.0/insect-windows-x64.exe#/insect.exe", + "hash": "2f6381b5a19c9ce279be83e74e746e084a5b2ec42741ad41be852c259ff5cb9e" + }, + "32bit": { + "url": "https://github.com/sharkdp/insect/releases/download/v5.0.0/insect-windows-x86.exe#/insect.exe", + "hash": "376d99c0981bee83ba221dacd37d27102b0709504d643c853662faa089fd7f72" + } + }, + "bin": "insect.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sharkdp/insect/releases/download/v5.0.0/insect-windows-x64.exe#/insect.exe" + }, + "32bit": { + "url": "https://github.com/sharkdp/insect/releases/download/v5.0.0/insect-windows-x86.exe#/insect.exe" + } + } + } +}