mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 14:01:38 +00:00
27 lines
832 B
JSON
27 lines
832 B
JSON
{
|
|
"version": "0.9.8",
|
|
"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.9.8/dagger_v0.9.8_windows_amd64.zip",
|
|
"hash": "aa7e7449ad30e7d2e6399269d90da3dd0a5529880319475acb4d1ea1ea8ea02c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|