From 9d4ac0904a26381c99d6efdd33781e523f4ba7b9 Mon Sep 17 00:00:00 2001 From: hoilc Date: Sat, 29 Jun 2019 09:58:37 +0800 Subject: [PATCH] yq: Add version 2.4.0 (#184) --- bucket/yq.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/yq.json diff --git a/bucket/yq.json b/bucket/yq.json new file mode 100644 index 0000000000..ccccf772bf --- /dev/null +++ b/bucket/yq.json @@ -0,0 +1,28 @@ +{ + "version": "2.4.0", + "description": "A portable command-line YAML processor.", + "homepage": "https://github.com/mikefarah/yq", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/mikefarah/yq/releases/download/2.4.0/yq_windows_amd64.exe#/yq.exe", + "hash": "793dac701765fce832afff85104cb208c1392a94c369474222fe42a119e1bcd1" + }, + "32bit": { + "url": "https://github.com/mikefarah/yq/releases/download/2.4.0/yq_windows_386.exe#/yq.exe", + "hash": "c34e6a3b3ac6630bf91d493f13e2303c3ef5948e330964752c11cd08f39979a8" + } + }, + "bin": "yq.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/mikefarah/yq/releases/download/$version/yq_windows_amd64.exe#/yq.exe" + }, + "32bit": { + "url": "https://github.com/mikefarah/yq/releases/download/$version/yq_windows_386.exe#/yq.exe" + } + } + } +}