diff --git a/Reproducible-Build-Hashes.md b/Reproducible-Build-Hashes.md index 689530e..5cb4caa 100644 --- a/Reproducible-Build-Hashes.md +++ b/Reproducible-Build-Hashes.md @@ -5,7 +5,7 @@ Here is a list of known hashes, generated by running These hashes should match those published to the maven repositories (e.g. [pgpainless-core-1.1.3.jar.sha256](https://repo1.maven.org/maven2/org/pgpainless/pgpainless-core/1.1.3/pgpainless-core-1.1.3.jar.sha256)). *Releases prior to 1.3.1 were built without static file modes. -This resulted in the checksum of the 1.2.2 release to mismatch, as I built it on my laptop which used different file permissions. +This resulted in the checksum of the 1.2.2 release to mismatch, as I built it on my laptop which used different file permissions. **Releases were [accidentally](https://github.com/pgpainless/pgpainless/issues/344) made using `java-17-openjdk` instead of `java-11-openjdk`, so the checksums differ. Given here are checksums generated using `java-11-openjdk`, which do not match those on maven central unfortunately. ## 1.3.13**