ScoopInstaller_Main/bucket/leiningen.json
2021-09-15 10:29:59 -07:00

17 lines
613 B
JSON

{
"version": "2.9.7",
"description": "Simplify Clojure project automation and configuration.",
"homepage": "https://leiningen.org/",
"license": "EPL-1.0",
"url": "https://raw.githubusercontent.com/technomancy/leiningen/2.9.7/bin/lein.bat",
"hash": "47e9bd386a18ce7fd28e5cf10454d07c2a8bc57e0383ba4848df622712f06add",
"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"
}
}