mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
812 B
JSON
25 lines
812 B
JSON
{
|
|
"version": "2.30.16",
|
|
"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.16/mockery_2.30.16_Windows_x86_64.tar.gz",
|
|
"hash": "f522e6371eb14a1717003605e9d9afca8fb3f6e6ca4fda7df23fc2f3395d258b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|