mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 23:21:19 +00:00
25 lines
809 B
JSON
25 lines
809 B
JSON
{
|
|
"version": "2.15.0",
|
|
"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.15.0/mockery_2.15.0_Windows_x86_64.tar.gz",
|
|
"hash": "f3da4a6bde2e14a5290cfa68d647e59660ce37ced7b63d82328d28988de4ae20"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|