mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 18:11:20 +00:00
27 lines
832 B
JSON
27 lines
832 B
JSON
{
|
|
"version": "0.5.0",
|
|
"description": "A portable devkit for CI/CD pipelines",
|
|
"homepage": "https://dagger.io/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dagger/dagger/releases/download/v0.5.0/dagger_v0.5.0_windows_amd64.zip",
|
|
"hash": "a37e2809ed7cdd9d66db087d807e01f9923274b8f46bc50e478266f5a3345db0"
|
|
}
|
|
},
|
|
"bin": "dagger.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/dagger/dagger"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dagger/dagger/releases/download/v$version/dagger_v$version_windows_amd64.zip",
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|