Skip to content

Commit

Permalink
Merge pull request #2885 from nervosnetwork/remove-redundant-whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Oct 18, 2023
2 parents dc9b87e + 01ff885 commit 572f4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-checksums.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_sha256_checksum(url)
macOS | arm64 | [zip](#{macos_arm64_zip}) | <code>#{macos_arm64_zip_sha256}</code>
macOS | x64 | [DMG](#{macos_x64_dmg}) | <code>#{macos_x64_dmg_sha256}</code>
macOS | arm64 | [DMG](#{macos_arm64_dmg}) | <code>#{macos_arm64_dmg_sha256}</code>
Linux | x64 | [AppImage](#{linux_appimage}) | <code>#{linux_appimage_sha256}</code>
Linux | x64 | [AppImage](#{linux_appimage}) | <code>#{linux_appimage_sha256}</code>
)

puts checksums

3 comments on commit 572f4bb

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6556788735

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6567943184

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'
'### Downloads'
''
'OS | Arch | Package | SHA256 Checksum'
'-- | -- | -- | --'
'Windows | x64 | exe | cc9ed43969a33eeb40eb863689761d637eb725f32841c0e3a4de8aefef22bae1'
'macOS | x64 | zip | 2d7789d51b7a3bd3363fa4647fbf658b81edd334f86478a4c266648e8e3410c7'
'macOS | arm64 | zip | a4d8cf480b62e23bb0c3efb3b193b8348fe6d2f1b11ab996cb6293c63fb90107'
'macOS | x64 | DMG | f486762f6434dfaa8fbf38e751ecf8579faa42d8d427fb6f57b55852871af655'
'macOS | arm64 | DMG | fa24f22cd67153350bcb050111bee59a6bb27a5739a8c5b3e5395a6fb5bf8a49'
'Linux | x64 | AppImage | 10ce4c3a7184ef03eb3fe7f7c53623cac0e0a7305ff6ee74f1139694bff3af76

Please sign in to comment.