Update leiningen to version 2.8.0 (#1775)

* Update leiningen to version 2.8.0

* leiningen: Add autoupdate

* leiningen: Run lein self-install as a post_install script
This commit is contained in:
Brandon Smith 2017-10-21 13:08:06 +00:00 committed by Richard Kuhnt
parent a379d9c4cd
commit 617f4a760e

View File

@ -1,10 +1,15 @@
{
"version": "2.7.1",
"version": "2.8.0",
"license": "Eclipse Public License 1.0",
"url": "https://raw.githubusercontent.com/technomancy/leiningen/150d98b7ae873001615e14f5ba3da601e8261b76/bin/lein.bat",
"url": "https://raw.githubusercontent.com/technomancy/leiningen/2.8.0/bin/lein.bat",
"homepage": "https://github.com/technomancy/leiningen",
"bin": "lein.bat",
"hash": "32385e54b54ec99ac8a37792347ca4f1a3c7feb792066d7ffc8f1e4c5b7c7ad1",
"notes": "The command 'lein self-install' is required to complete the installation",
"checkver": "github"
"hash": "733d1b6f782c23b2182054f0cd83dc965a4d294a168ebf08b3a70a5c67e230b5",
"post_install": "lein self-install",
"checkver": {
"github": "https://github.com/technomancy/leiningen"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/technomancy/leiningen/$version/bin/lein.bat"
}
}