mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 21:41:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3.3.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/v3.3.4/mockery_3.3.4_Windows_x86_64.tar.gz",
|
|
"hash": "d873a65dc15e71799f8ce015980cc93dc631433953744448e711ffaeb408a433"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/vektra/mockery/releases/download/v3.3.4/mockery_3.3.4_Windows_arm64.tar.gz",
|
|
"hash": "30c7dc7e0b3afe0074b7529491b3ba2da6843b282e339d453d6f507b73b85676"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/vektra/mockery/releases/download/v$version/mockery_$version_Windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksum.txt"
|
|
}
|
|
}
|
|
}
|