mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
20 lines
745 B
JSON
20 lines
745 B
JSON
{
|
|
"version": "0.9.42",
|
|
"description": "A simple, open source, multi-cloud workflow engine that helps you to build, run, schedule, and monitor complex pipelines of tasks",
|
|
"homepage": "https://www.digdag.io/",
|
|
"license": "Apache-2.0",
|
|
"url": "https://dl.bintray.com/digdag/maven/digdag-0.9.42.jar#/digdag.jar",
|
|
"hash": "71071424a5beeb881cb4ccb06067a556a3673caf3dc8850dd584357e99134b21",
|
|
"bin": "digdag.jar",
|
|
"checkver": {
|
|
"url": "https://api.bintray.com/packages/digdag/maven/digdag",
|
|
"jsonpath": "$.latest_version"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://dl.bintray.com/digdag/maven/digdag-$version.jar#/digdag.jar",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|