mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
20 lines
692 B
JSON
20 lines
692 B
JSON
{
|
|
"homepage": "https://www.digdag.io/",
|
|
"license": "Apache 2.0",
|
|
"version": "0.9.24",
|
|
"url": "https://dl.bintray.com/digdag/maven/digdag-0.9.24.jar#/digdag.jar",
|
|
"hash": "3e092a961ea3775d729e40e48d1e0f149f90d39ad89dbeb3d483e237e2f13a4f",
|
|
"pre_install": "\"@java -jar \"\"$dir\\digdag.jar\"\" %*\" | out-file -en oem \"$dir\\digdag.cmd\"",
|
|
"bin": "digdag.cmd",
|
|
"checkver": {
|
|
"url": "https://api.bintray.com/packages/digdag/maven/digdag",
|
|
"jp": "$.latest_version"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://dl.bintray.com/digdag/maven/digdag-$version.jar#/digdag.jar",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|