mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
37 lines
1.5 KiB
JSON
37 lines
1.5 KiB
JSON
{
|
|
"version": "3.8.0",
|
|
"description": "Tool for testing Helm charts. It is meant to be used for linting and testing pull requests. It automatically detects charts changed against the target branch.",
|
|
"homepage": "https://github.com/helm/chart-testing/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/helm/chart-testing/releases/download/v3.8.0/chart-testing_3.8.0_windows_amd64.zip",
|
|
"hash": "48626249b08f721e9dd447235608e03b364b9220ef2cd36a3e801af31ab25826"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/helm/chart-testing/releases/download/v3.8.0/chart-testing_3.8.0_windows_arm64.zip",
|
|
"hash": "3fb169da9c5cd1bd1f6b3b1b3d909db06c2800342e2962543a30a92bbdae6bc7"
|
|
}
|
|
},
|
|
"post_install": [
|
|
"New-Item -ItemType Directory -Path \"~/.ct\" -Force | Out-Null",
|
|
"Copy-Item -Path \"$dir/etc/*\" -Destination \"~/.ct\" -Recurse -Force | Out-Null"
|
|
],
|
|
"bin": "ct.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/helm/chart-testing/releases/download/v$version/chart-testing_$version_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/helm/chart-testing/releases/download/v$version/chart-testing_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt",
|
|
"regex": "(?im)^$sha256\\s+$basename$"
|
|
}
|
|
}
|
|
}
|