This is the Leiningen package for chocolatey.org.
Forked from https://github.com/Iristyle/ChocolateyPackages
Update 2022-07: This repository is now hosted at https://codeberg.org/wink/leiningen-chocolatey
- bump the version string in the affected files:
CHANGELOG.mdLeiningen.nuspectools/chocolateyInstall.ps1
- check if
tools/lein.bathas actually changed or if it's just the version string - download
leiningen-$VERS-standalone.jarand do asha256sumon it, that goes intotools/chocolateyInstall.ps1 - package
choco pack
- test locally
choco install Lein*.nupkg- alternatively
choco install lein -dv -s .
- upload
choco apikey --key APIKEY --source https://push.chocolatey.orgchoco push Lein-VERSION.nupkg -s https://push.chocolatey.org/- retry push if it fails
- wait until the automated checks pass
- wait until it's moderated