mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.43.1",
|
|
"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.43.1/mockery_2.43.1_Windows_x86_64.tar.gz",
|
|
"hash": "0eb5e8fc63d98d5939046a6e4bed097dd8f3490707344bcec1c75fc51f35e792"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/vektra/mockery/releases/download/v2.43.1/mockery_2.43.1_Windows_arm64.tar.gz",
|
|
"hash": "9c1f900b46de0f637c62f501d35a418506cc2d2bb8f90c0434ff21a42c604bc1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|