mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
27 lines
835 B
JSON
27 lines
835 B
JSON
{
|
|
"version": "0.19.9",
|
|
"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.19.9/dagger_v0.19.9_windows_amd64.zip",
|
|
"hash": "005ab6dc14af8d4c86a84cabe32872acefd57140a849c039e52c708bc243693e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|