mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 23:01:22 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.53.3",
|
|
"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.53.3/mockery_2.53.3_Windows_x86_64.tar.gz",
|
|
"hash": "4a0a3edd524a63ee88c10f164382444aabb349fc096c48fd00f68bd2601d41eb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/vektra/mockery/releases/download/v2.53.3/mockery_2.53.3_Windows_arm64.tar.gz",
|
|
"hash": "7b13d3fe64cf8286316bb5ac43b68bec6bf3f65cb0ec54354faea62771fc202e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|