mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.42.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.42.1/mockery_2.42.1_Windows_x86_64.tar.gz",
|
|
"hash": "65fa46c9987599e226762acceeed254443c1c80395ed5ecf125c3ddb8aba593e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/vektra/mockery/releases/download/v2.42.1/mockery_2.42.1_Windows_arm64.tar.gz",
|
|
"hash": "1649c7ac80a48f5d75efe9c170ccef89b3adc72605775547972356ebb5389b73"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|