Pull Requests | Issues | v1.20.0-1...v1.20.0-2
Features
#1255 update-checksum: Support downloading assets and calculating checksums
Add the -deep
option to update-checksum
command.
$ aqua update-checksum -deep
If checksums aren't included in aqua-checksums.json
and the package's checksum configuration is disabled,
assets are downloaded and checksums are calculated.
Bug Fixes
#1254 (checksum): fix "expected_checksum" in error log
Others
#1253 refactor(update-checksum): refactor getChecksums