ScoopInstaller_Main/bucket/leiningen.json
2022-08-05 20:30:28 +00:00

17 lines
613 B
JSON

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