From 71e2580659c2ef509106f1409d7717fe955b96e6 Mon Sep 17 00:00:00 2001 From: Jackson Huff Date: Thu, 9 Feb 2023 09:32:09 -0500 Subject: [PATCH] clipboard: Add version 0.3.1 (#4431) * Add Clipboard 0.3.1 * Update clipboard.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/clipboard.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bucket/clipboard.json diff --git a/bucket/clipboard.json b/bucket/clipboard.json new file mode 100644 index 0000000000..3d6b5610bd --- /dev/null +++ b/bucket/clipboard.json @@ -0,0 +1,35 @@ +{ + "version": "0.3.1", + "description": "Cut, copy, and paste anything, anywhere in the terminal", + "homepage": "https://github.com/Slackadays/Clipboard", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/Slackadays/Clipboard/releases/download/0.3.1/clipboard-windows-amd64.zip", + "hash": "96ba24cd6b69a2f75c842561726921b882d0cce035735bd0bc59ec438857a3af" + }, + "arm64": { + "url": "https://github.com/Slackadays/Clipboard/releases/download/0.3.1/clipboard-windows-arm64.zip", + "hash": "7c4ff9ea77a8e4d054eafc09da4e3678b0dd91748ba8957bbe91a29dfaa4415b" + } + }, + "extract_dir": "bin", + "bin": [ + "clipboard.exe", + [ + "clipboard.exe", + "cb" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Slackadays/Clipboard/releases/download/$version/clipboard-windows-amd64.zip" + }, + "arm64": { + "url": "https://github.com/Slackadays/Clipboard/releases/download/$version/clipboard-windows-arm64.zip" + } + } + } +}