Hello Calvin,

Just to know which command you use to check the sha512 ?

because I use the following commands:

wget
https://dist.apache.org/repos/dist/dev/incubator/wayang/0.6.0/rc7/apache-wayang-0.6.0-incubating-source-release.zip.sha512
wget
https://dist.apache.org/repos/dist/dev/incubator/wayang/0.6.0/rc7/apache-wayang-0.6.0-incubating-source-release.zip
diff -is <(cat apache-wayang-0.6.0-incubating-source-release.zip.sha512 |
sed -e '$a\' ) <(shasum -a 512
apache-wayang-0.6.0-incubating-source-release.zip | cut -d ' ' -f 1 | tr -d
'\n')

and the output was:

Files /dev/fd/11 and /dev/fd/12 are identical

Or do I'm doing something wrong ??

Best regards,
Bertty

On Wed, Nov 24, 2021 at 3:57 PM Alexander Alten <a...@scalytics.io> wrote:

> Thanks, fixed with PR #42 and #43. We look into the sha512 issue, was
> correct some days ago ..
>
> cheers,
>  —Alex
>
>
> > On 24. Nov 2021, at 15:29, Calvin Kirs <k...@apache.org> wrote:
> >
> > The DISCLAIMER and NOTICE text is Incorrect:
> >    should be added "(Incubating)"  after Apache wayang.
>
>

Reply via email to