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.md
Leiningen.nuspec
tools/chocolateyInstall.ps1
- check if
tools/lein.bat
has actually changed or if it's just the version string - download
leiningen-$VERS-standalone.jar
and do asha256sum
on 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.org
choco 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