From f2f62090a927161dedaf9096d4b8445088976a99 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Mon, 27 Jul 2020 03:55:42 -0400 Subject: [PATCH] mockery: Add version 2.0.4 (#1077) --- bucket/mockery.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/mockery.json diff --git a/bucket/mockery.json b/bucket/mockery.json new file mode 100644 index 0000000000..dfb6329f7e --- /dev/null +++ b/bucket/mockery.json @@ -0,0 +1,24 @@ +{ + "version": "2.0.4", + "description": "A mock code autogenerator for Golang", + "homepage": "https://github.com/vektra/mockery", + "license": "BSD-3-Clause", + "architecture": { + "64bit": { + "url": "https://github.com/vektra/mockery/releases/download/v2.0.4/mockery_2.0.4_Windows_x86_64.tar.gz", + "hash": "719a931fb443381734aa445df77b86fdca7c6837e0802ef0ffa4b31470f7a2a0" + } + }, + "bin": "mockery.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/vektra/mockery/releases/download/v$version/mockery_$version_Windows_x86_64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksum.txt" + } + } +}