diff --git a/Reproducible-Build-Hashes.md b/Reproducible-Build-Hashes.md index 7c90ab0..666b476 100644 --- a/Reproducible-Build-Hashes.md +++ b/Reproducible-Build-Hashes.md @@ -2,7 +2,7 @@ Since version 0.2.3, all builds of PGPainless are reproducible. Here is a list of known hashes, generated by running `./gradlew --quiet clean build &> /dev/null && sha256sum {.,pgpainless-core,pgpainless-sop,pgpainless-cli,sop-java,sop-java-picocli}/build/libs/*.jar` -Those hashes should match those published to the maven repositories (e.g. [pgpainless-core-0.2.7.jar.sha256](https://repo1.maven.org/maven2/org/pgpainless/pgpainless-core/0.2.7/pgpainless-core-0.2.7.jar.sha256). +Those hashes should match those published to the maven repositories (e.g. [pgpainless-core-0.2.7.jar.sha256](https://repo1.maven.org/maven2/org/pgpainless/pgpainless-core/0.2.7/pgpainless-core-0.2.7.jar.sha256)). ## 0.2.8 ```