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

16 lines
554 B
JSON

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