mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
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:
parent
b80df5fa14
commit
88ade1f6fd
26
bucket/dagger.json
Normal file
26
bucket/dagger.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user