ScoopInstaller_Main/coursier.json
Martin Mauch 8fc996be06 Add coursier version 1.1.0-M13-1 (#3220)
An artifact downloader like Ivy
2019-03-14 20:10:19 +01:00

17 lines
639 B
JSON

{
"homepage": "https://github.com/coursier/coursier",
"description": "Pure Scala Artifact Fetching",
"license": "Apache-2.0",
"version": "1.1.0-M13-1",
"url": "https://github.com/coursier/coursier/releases/download/v1.1.0-M13-1/coursier#/coursier.jar",
"hash": "c82f560b6aa851d06a431e266522f75b3e2e3fca0e913a3c85c9944bee027d69",
"bin": "coursier.jar",
"checkver": {
"url": "https://github.com/coursier/coursier/releases",
"regex": "tag/v([\\w\\.-]+)"
},
"autoupdate": {
"url": "https://github.com/coursier/coursier/releases/download/v$version/coursier#/coursier.jar"
}
}