Re: SHA512 sum for the 12.4 MacOS .DMG is improperly formatted

2021-06-02 Thread John Mc
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

Re: SHA512 sum for the 12.4 MacOS .DMG is improperly formatted

2021-06-02 Thread Christian Oyarzun
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

Re: SHA512 sum for the 12.4 MacOS .DMG is improperly formatted

2021-06-02 Thread Laszlo Kishalmi
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

Re: SHA512 sum for the 12.4 MacOS .DMG is improperly formatted

2021-06-02 Thread John Mc
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