ScoopInstaller_Main/bucket/leiningen.json
2020-12-08 07:38:58 +01:00

17 lines
613 B
JSON

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