mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 05:01:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.37.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.37.1/mockery_2.37.1_Windows_x86_64.tar.gz",
|
|
"hash": "e7d530689e3cca6b88b701ae7d0b28c8f22bc69d17709e610c757d4e458f3adb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/vektra/mockery/releases/download/v2.37.1/mockery_2.37.1_Windows_arm64.tar.gz",
|
|
"hash": "ce1e8d84c6f7c1cc86581767863a13020427688af5c8c5a9ce7442e90f6f88a1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|