Yeah I'll update my steps for the next release.
I think I used that way because I spotted other Apache projects went with
that approach without realizing at the time the difference in format.
Thanks for highlighting this.
Regards
John
On Wed 2 Jun 2021, 13:03 Christian Oyarzun, wrote:
> Hi J
Hi John,
On the macos you can use the following to be consistent with the other
platforms.
shasum -a 512 Apache-NetBeans-XX.X-bin-macosx.dmg >
Apache-NetBeans-XX.X-bin-macosx.dmg.sha512
--Christian
On Wed, Jun 2, 2021 at 3:03 AM John Mc wrote:
> Hi David,
>
> The SHA512 for the macos installe
sha512sum > .sha512
On 6/2/21 12:03 AM, John Mc wrote:
Hi David,
The SHA512 for the macos installers are generated with the following
command:
`gpg --print-md SHA512 Apache-NetBeans-XX.X-bin-macosx.dmg >
Apache-NetBeans-XX.X-bin-macosx.dmg.sha512`
(where XX.X is the current version number)
I
Hi David,
The SHA512 for the macos installers are generated with the following
command:
`gpg --print-md SHA512 Apache-NetBeans-XX.X-bin-macosx.dmg >
Apache-NetBeans-XX.X-bin-macosx.dmg.sha512`
(where XX.X is the current version number)
I'll check how the other binaries are done, and review...
R