mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
20 lines
745 B
JSON
20 lines
745 B
JSON
{
|
|
"version": "0.10.0",
|
|
"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.10.0.jar#/digdag.jar",
|
|
"hash": "de205b5d5ef2646d0c62f2520eeee71188dbace05cfbb2ef2552ce6558cf9c5a",
|
|
"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"
|
|
}
|
|
}
|
|
}
|