mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-27 14:52:07 +01:00
Updated Reproducible Build Hashes (markdown)
parent
0b803ebb06
commit
5a2aac815b
1 changed files with 22 additions and 1 deletions
|
@ -1,9 +1,30 @@
|
||||||
Since version 0.2.3, all builds of PGPainless are reproducible.
|
Since version 0.2.3, all builds of PGPainless are reproducible.
|
||||||
Here is a list of known hashes, generated by running
|
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`
|
`./gradlew --quiet clean build &> /dev/null && sha256sum {pgpainless-core,pgpainless-sop,pgpainless-cli}/build/libs/*.jar`
|
||||||
|
|
||||||
These 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)).
|
These 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)).
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
```
|
||||||
|
d17f73ccbc702b077a5843b56b0cc5c2495b747f4f8c80162f2b79d6fe4fcb6c pgpainless-core/build/libs/pgpainless-core-1.1.0.jar
|
||||||
|
cbeb76d5b9ee334d1330200b101ee5549d4d15968007fc09d9597fe1640d4b8b pgpainless-sop/build/libs/pgpainless-sop-1.1.0.jar
|
||||||
|
64cab886728ae3d31ed6e6a52f60bcebec64a74a65b9ea1a4fe4d6443f21a158 pgpainless-cli/build/libs/pgpainless-cli-1.1.0.jar
|
||||||
|
```
|
||||||
|
|
||||||
|
## 1.0.4
|
||||||
|
```
|
||||||
|
d17f73ccbc702b077a5843b56b0cc5c2495b747f4f8c80162f2b79d6fe4fcb6c pgpainless-core/build/libs/pgpainless-core-1.0.4.jar
|
||||||
|
cbeb76d5b9ee334d1330200b101ee5549d4d15968007fc09d9597fe1640d4b8b pgpainless-sop/build/libs/pgpainless-sop-1.0.4.jar
|
||||||
|
e2c9b6072cd092b0d6f47aa52d45dbade288b7e511684723344485262fec8998 pgpainless-cli/build/libs/pgpainless-cli-1.0.4.jar
|
||||||
|
```
|
||||||
|
|
||||||
|
## 1.0.3
|
||||||
|
```
|
||||||
|
eac05ec43ba7823c2eeec2cc91a619ca771a94d0e728186b8304c77b9e07c79d pgpainless-core/build/libs/pgpainless-core-1.0.3.jar
|
||||||
|
cbeb76d5b9ee334d1330200b101ee5549d4d15968007fc09d9597fe1640d4b8b pgpainless-sop/build/libs/pgpainless-sop-1.0.3.jar
|
||||||
|
74b553cef14696551d771c37ff34cf86b7554a7a298375aa217ba5dbdac783fd pgpainless-cli/build/libs/pgpainless-cli-1.0.3.jar
|
||||||
|
```
|
||||||
|
|
||||||
## 1.0.2
|
## 1.0.2
|
||||||
```
|
```
|
||||||
f73342d05bb5b2e2d2a3658e3cab78461a61b8d02f9f7665464ed3c41ac5faac pgpainless-core/build/libs/pgpainless-core-1.0.2.jar
|
f73342d05bb5b2e2d2a3658e3cab78461a61b8d02f9f7665464ed3c41ac5faac pgpainless-core/build/libs/pgpainless-core-1.0.2.jar
|
||||||
|
|
Loading…
Reference in a new issue