| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| leiningen-2.13.0-standalone.jar.asc | 2026-06-08 | 833 Bytes | |
| leiningen-2.13.0-standalone.jar | 2026-06-08 | 17.1 MB | |
| 2.13.0 source code.tar.gz | 2026-06-05 | 981.5 kB | |
| 2.13.0 source code.zip | 2026-06-05 | 1.1 MB | |
| README.md | 2026-06-05 | 869 Bytes | |
| Totals: 5 Items | 19.2 MB | 3 | |
2.13.0 / 2026-06-08
Please update your git remotes to point to Codeberg; the Github repository is deprecated. Downloads will still be hosted there, but the Codeberg git repository is now canonical.
- Verify pom signatures in addition to jars for GPG/SSH. (Phil Hagelberg)
- Emit correct exit code when dependency signature verification fails. (Phil Hagelberg)
- Verify SSH signatures with
lein deps :verify allowed-signers. (Phil Hagelberg) - Avoid native access warnings on Windows. (Phil Hagelberg)
- Ensure synthetic jar entries have timestamps matching
project.cljfile. (Phil Hagelberg) - Support
SOURCE_DATE_EPOCHenvironment variable. (Phil Hagelberg) - Sign with SSH keys when deploying;
:signing {:ssh-key nil}to disable. (Phil Hagelberg) - Update Maven Resolver API dependency, improving behavior when rate limited. (Toby Crawley)