2022-04-25 20:28:09 +00:00

25 lines
809 B
JSON

{
"version": "2.12.1",
"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.12.1/mockery_2.12.1_Windows_x86_64.tar.gz",
"hash": "21148634910a6c5e8643b3442f6186ec0d1ff2b076be99bd52b6277a2d9b4d29"
}
},
"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"
}
}
}
}
}