mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
25 lines
782 B
JSON
25 lines
782 B
JSON
{
|
|
"version": "2.7.5",
|
|
"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.7.5/mockery_2.7.5_Windows_x86_64.tar.gz",
|
|
"hash": "1954451feb84c05f83fafb0eb7b824c7e689d22c88eda07911c1dcb2cb94d072"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|