mockery: Add version 2.0.4 (#1077)

This commit is contained in:
Joshua Kwan 2020-07-27 03:55:42 -04:00 committed by GitHub
parent fa0084f1a5
commit f2f62090a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/mockery.json Normal file
View File

@ -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"
}
}
}