2023-03-08 16:30:59 +00:00

25 lines
809 B
JSON

{
"version": "2.21.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.21.4/mockery_2.21.4_Windows_x86_64.tar.gz",
"hash": "9622f02a9114b5dcee784bcea00a3e8fff1238e475d6f80add30926507ff48a8"
}
},
"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"
}
}
}
}
}