mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
19 lines
752 B
JSON
19 lines
752 B
JSON
{
|
|
"version": "0.10.3",
|
|
"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",
|
|
"suggest": {
|
|
"java": "java/oraclejre8"
|
|
},
|
|
"url": "https://github.com/treasure-data/digdag/releases/download/v0.10.3/digdag-0.10.3.jar#/digdag.jar",
|
|
"hash": "200911b6a35a3d8b40e25f028753fb9652aeb19dbd05b8f950dc35ff69547c34",
|
|
"bin": "digdag.jar",
|
|
"checkver": {
|
|
"github": "https://github.com/treasure-data/digdag"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/treasure-data/digdag/releases/download/v$version/digdag-$version.jar#/digdag.jar"
|
|
}
|
|
}
|