ScoopInstaller_Main/bucket/leiningen.json
2024-02-14 04:25:25 +00:00

17 lines
615 B
JSON

{
"version": "2.11.2",
"description": "Simplify Clojure project automation and configuration.",
"homepage": "https://leiningen.org/",
"license": "EPL-1.0",
"url": "https://raw.githubusercontent.com/technomancy/leiningen/2.11.2/bin/lein.bat",
"hash": "a32f532dd2dfc6bef790561b2c71457e6bc5722dc02e1d64caa4b490374312a4",
"bin": "lein.bat",
"post_install": "lein self-install",
"checkver": {
"github": "https://github.com/technomancy/leiningen"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/technomancy/leiningen/$version/bin/lein.bat"
}
}