devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 101 forks source link

Refactor checksum verification #1216

Closed alfeilex closed 1 year ago

alfeilex commented 1 year ago

There is an problem on verify checksums on Windows since the command shasum -a 256 is not available there.

on windows and linux: sha256sum

on macos: shasum -a 256