ScoopInstaller_Main/bucket/leiningen.json
2022-08-10 20:29:04 +00:00

17 lines
615 B
JSON

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