-
-
Notifications
You must be signed in to change notification settings - Fork 118
Release v1.6.0
GitHub Action edited this page Apr 29, 2023
·
1 revision
Published: 2023-04-29T10:32:06.70121Z
https://github.com/jreleaser/jreleaser/releases/tag/v1.6.0
These binaries require an external Java runtime.
-
jreleaser-1.6.0.zip (asc) Requires Java 8+
sha256:
58a0593ecce9e2acad2851374d24dc8180bfbe6dfe48de35a1d1ba75747df1b1
-
jreleaser-1.6.0.tar (asc) Requires Java 8+
sha256:
852818050e1c6d307b895d4f0f36130ab7fba8d59f77acb2ed0e559082f5706a
-
jreleaser-ant-tasks-1.6.0.zip (asc) Requires Java 8+
sha256:
6a16ae5e9f023ba297c48ab056b7cc16b86e92a50ce38e4ad6243fb8451098eb
-
jreleaser-tool-provider-1.6.0.jar (asc) Requires Java 11+
sha256:
c3dace207ed9ca3f2bb1c6c3e86871b351e091a58d238da3e583f415e1f548c5
These binaries provide their own Java runtime.
Platform | Artifact |
---|---|
MacOS x86_64 |
jreleaser-standalone-1.6.0-osx-x86_64.zip (asc) sha256: 1e11b3ff10bb2c554dd1b2e9755561254481c5ec44fad7f16dba51c53f18314b
|
MacOS Arm64 |
jreleaser-standalone-1.6.0-osx-aarch64.zip (asc) sha256: 20f7366dc6372aebaac69a75678e255e64a11dee80f84bb83a1fdc169c8d0499
|
Linux x86_64 (musl) |
jreleaser-standalone-1.6.0-linux_musl-x86_64.zip (asc) sha256: c49f2e92ad524f421ce472c7f48b86fc0da589576198a297063573701476f8f6
|
Linux Arm64 (musl) |
jreleaser-standalone-1.6.0-linux_musl-aarch64.zip (asc) sha256: 8cea464100735398198cbb116e465a2ff65de5e29fb81005dcea50ead646a747
|
Linux x86_64 (glibc) |
jreleaser-standalone-1.6.0-linux-x86_64.zip (asc) sha256: 78bb9d4a211af922bcb9e4d9ecb2481bf1a28b2b7709f22b833a9eb5377918f5
|
Linux Arm64 (glibc) |
jreleaser-standalone-1.6.0-linux-aarch64.zip (asc) sha256: d6ee9155934c4ecb622bf7ec3e701c72d26310f6746df297f4ad71372793cd59
|
Windows x86_64 |
jreleaser-standalone-1.6.0-windows-x86_64.zip (asc) sha256: bffd14796a45ec5c1159960810fb5cfa6881217641df8e7103cde977738c9c50
|
Windows Arm64 |
jreleaser-standalone-1.6.0-windows-aarch64.zip (asc) sha256: 03b42e093c1efb126f5657c1bb6be2d7dd64c02b2762a255f5b5e207f3daff4b
|
These binaries provide their own Java runtime.
-
jreleaser-installer-1.6.0-osx-x86_64.pkg (asc)
sha256:
37fc90322f7919b8b226b2cf3c3beaf502186b66531f6c36508c44ae6e7c2100
-
jreleaser-installer_1.6.0-1_amd64.deb (asc)
sha256:
adc2a4e9b784ad3bf9f199e3ae0eb1cead275c11752942bd3f6f29106c6a034e
-
jreleaser-installer-1.6.0-1.x86_64.rpm (asc)
sha256:
5a659e78486fde75276d0c44c31775b6c171e96a3a9ffe7d7f528e9c3354c67c
-
jreleaser-installer-1.6.0-windows-x86_64.msi (asc)
sha256:
95e0ec3563f1d68d6fc035fb9eeac8cf3465f2a4db6f1660e10860a17f9cacd3
-
jreleaser-native-1.6.0-osx-x86_64.zip (asc)
sha256:
1cd91396fa47d826f71ed97a5ba7983ac10a577942751eef258f5ca58a2ea958
-
jreleaser-native-1.6.0-linux-x86_64.zip (asc)
sha256:
e7d450c216cf1fb36409e5c59b25d03588427933e7fd530b89e980e97b315578
- Install or build the slsa-verifier binary.
- Download jreleaser-all-1.6.0.intoto.jsonl
- Download the binary or binary files you'd like to verify.
- Run the verifier against the binary. For example
$ slsa-verifier verify-artifact jreleaser-1.6.0.zip \
--provenance-path jreleaser-all-1.6.0.intoto.jsonl \
--source-uri github.com/jreleaser/jreleaser
Verified signature against tlog entry index 8865454 at URL: https://rekor.sigstore.dev/api/v1/log/entries/24296fb24b8ad77acceaa92d35076867e961260048db8f9ee7726329e5a14ae3a6cfd678aeacad11
Verified build using builder https://github.com/slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@refs/tags/v1.4.0 at commit caa516c7c52ca72a352f97e4153334080f8b7f43
PASSED: Verified SLSA provenance
- Download the public key
- Verify the fingerprint matches the following:
$ gpg --show-keys aalmiray.asc
pub rsa4096 2021-02-10 [SC] [expires: 2031-02-08]
F1D5F6A91C86B0702CD0734BCCC55C5167419ADB
uid Andres Almiray <[email protected]>
sub rsa4096 2021-02-10 [E] [expires: 2031-02-08]
- Import the key with
gpg --import aalmiray.asc
. - Verify the chosen artifact with:
$ gpg --verify jreleaser-1.6.0.zip.asc jreleaser-1.6.0.zip
gpg: Signature made Tue Dec 13 06:51:49 2022 CET
gpg: using RSA key CCC55C5167419ADB
gpg: Good signature from "Andres Almiray <[email protected]>" [ultimate]
For questions, support and general discussion, please use GitHub Discussions.
Examples and reference may be found at https://jreleaser.org.
Would you like to help? You can sponsor or contribute.
You can reach us at Twitter and Mastodon.