From 4dc7ebc9b3446706549dbe1a9ce136d1b6c47b3f Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Thu, 16 Feb 2023 19:42:10 +0530 Subject: [PATCH] himalaya: Add version 0.7.1 --- bucket/himalaya.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/himalaya.json diff --git a/bucket/himalaya.json b/bucket/himalaya.json new file mode 100644 index 0000000000..e1c1c0de14 --- /dev/null +++ b/bucket/himalaya.json @@ -0,0 +1,21 @@ +{ + "version": "0.7.1", + "description": "Minimalist CLI email client, written in Rust", + "homepage": "https://github.com/soywod/himalaya", + "license": "BSD-3-Clause", + "architecture": { + "64bit": { + "url": "https://github.com/soywod/himalaya/releases/download/v0.7.1/himalaya-windows.tar.gz", + "hash": "1e3e5298660eb8aa114da13e06cad5823281a317d5bda1b64ec3ed47f68ddc0b" + } + }, + "bin": "himalaya.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/soywod/himalaya/releases/download/v$version/himalaya-windows.tar.gz" + } + } + } +}