From 617f4a760ee1a26f12987f7e30a7ff58dee7c015 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 21 Oct 2017 13:08:06 +0000 Subject: [PATCH] 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 --- leiningen.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/leiningen.json b/leiningen.json index 68edb1003d..0ce1517371 100644 --- a/leiningen.json +++ b/leiningen.json @@ -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" + } }