ScoopInstaller_Main/bucket/leiningen.json
2020-07-09 09:10:57 +02:00

17 lines
613 B
JSON

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