2022-03-30 20:33:58 +00:00

25 lines
809 B
JSON

{
"version": "2.10.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.10.1/mockery_2.10.1_Windows_x86_64.tar.gz",
"hash": "1cc942c70af29b3c6f3b8760b8c687af77fcd5cd86b9f537e96acbcff405e095"
}
},
"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"
}
}
}
}
}