ScoopInstaller_Main/leiningen.json
2018-12-12 02:00:24 +00:00

16 lines
554 B
JSON

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