mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 13:31:18 +00:00
27 lines
835 B
JSON
27 lines
835 B
JSON
{
|
|
"version": "0.16.1",
|
|
"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.16.1/dagger_v0.16.1_windows_amd64.zip",
|
|
"hash": "b5900c64474c109b9ed44d4e4a811d9c2b3108b8449bd5b9ae4a67e0f85827dc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|