ScoopInstaller_Main/leiningen.json
2019-02-11 01:00:23 +00:00

16 lines
554 B
JSON

{
"version": "2.9.0",
"license": "EPL-1.0",
"url": "https://raw.githubusercontent.com/technomancy/leiningen/2.9.0/bin/lein.bat",
"homepage": "https://github.com/technomancy/leiningen",
"bin": "lein.bat",
"hash": "1ba0e624dec07cec1ef3ebc14f74d6f7feff4ff49399c7207bc592daf1bfbc13",
"post_install": "lein self-install",
"checkver": {
"github": "https://github.com/technomancy/leiningen"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/technomancy/leiningen/$version/bin/lein.bat"
}
}