dagger: Add version 0.2.4 (#3461)

* dagger: Add version 0.2.4

* (chore): fix fields

* (chore): fix tab width
This commit is contained in:
vardrop 2022-03-31 00:12:51 +02:00 committed by GitHub
parent b80df5fa14
commit 88ade1f6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/dagger.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "0.2.4",
"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.2.4/dagger_v0.2.4_windows_amd64.zip",
"hash": "811f1ea99427800bf5a913454f552f88e8bb629aad550416b0a172215199565c"
}
},
"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"
}
}
}
}
}