Last active
March 30, 2022 20:44
-
-
Save vardrop/a25e0c8e2dc055f86a3ff4dd7a7de309 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": { | |
"url": "https://github.com/dagger/dagger/releases/download/v$version/dagger_v$version_windows_amd64.zip", | |
"hash": { | |
"url": "$baseurl/checksums.txt" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment