ScoopInstaller_Main/bucket/leiningen.json
2020-02-29 02:01:53 +00:00

17 lines
613 B
JSON

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