mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 07:06:23 +00:00
25 lines
812 B
JSON
25 lines
812 B
JSON
{
|
|
"version": "2.30.10",
|
|
"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.30.10/mockery_2.30.10_Windows_x86_64.tar.gz",
|
|
"hash": "cb7e09a57eb4f8c9a15d1cb27296e3b4a28df723651c6a1915ca96b29722ae70"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|