From c65772157af3c8d1bf9cd0741aa1123313cc4190 Mon Sep 17 00:00:00 2001 From: ivaquero <46377665+ivaquero@users.noreply.github.com> Date: Fri, 16 Dec 2022 13:50:23 +0800 Subject: [PATCH] ouch: add 0.4.0 (#4235) --- bucket/ouch.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/ouch.json diff --git a/bucket/ouch.json b/bucket/ouch.json new file mode 100644 index 0000000000..15ede5aff3 --- /dev/null +++ b/bucket/ouch.json @@ -0,0 +1,21 @@ +{ + "version": "0.4.0", + "description": "Painless compression and decompression for your terminal.", + "homepage": "https://github.com/ouch-org/ouch", + "license": "https://github.com/ouch-org/ouch/blob/main/LICENSE", + "architecture": { + "64bit": { + "url": "https://github.com/ouch-org/ouch/releases/download/0.4.0/ouch-x86_64-pc-windows-msvc.zip", + "hash": "2e95fd97e25630dfa5ce4d3e006b2cacbd0d1c69cd976da80e96a9dd71ef6b54" + } + }, + "bin": "ouch.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ouch-org/ouch/releases/download/$version/ouch-x86_64-pc-windows-msvc.zip" + } + } + } +} \ No newline at end of file