ScoopInstaller_Main/bucket/leiningen.json
2020-03-16 19:01:59 +00:00

17 lines
613 B
JSON

{
"version": "2.9.3",
"homepage": "https://leiningen.org/",
"description": "Simplify Clojure project automation and configuration.",
"license": "EPL-1.0",
"url": "https://raw.githubusercontent.com/technomancy/leiningen/2.9.3/bin/lein.bat",
"bin": "lein.bat",
"hash": "16254572859ceb87b9dcc747d63f380c9acdc8448297615775896fc60c3d7a85",
"post_install": "lein self-install",
"checkver": {
"github": "https://github.com/technomancy/leiningen"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/technomancy/leiningen/$version/bin/lein.bat"
}
}