ScoopInstaller_Main/leiningen.json
Brandon Smith 617f4a760e 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
2017-10-21 15:08:06 +02:00

16 lines
573 B
JSON

{
"version": "2.8.0",
"license": "Eclipse Public License 1.0",
"url": "https://raw.githubusercontent.com/technomancy/leiningen/2.8.0/bin/lein.bat",
"homepage": "https://github.com/technomancy/leiningen",
"bin": "lein.bat",
"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"
}
}