mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 04:35:53 -06:00
docs: Remove version from shasum checksum command.
Now it does not need to be updated when the version changes.
This commit is contained in:
parent
149ebc9454
commit
6cdddd2b3f
@ -45,9 +45,9 @@ To verify an official source distribution tarball, consult your Linux distributi
|
||||
|
||||
<!-- .system-macos -->
|
||||
|
||||
On Mac, launch Terminal from your Applications > Utilities folder and use the `shasum` command. For example, if you downloaded HandBrake 1.0.0 to your Downloads folder:
|
||||
On Mac, launch Terminal from your Applications > Utilities folder and use the `shasum` command. For example, if you downloaded HandBrake to your Downloads folder:
|
||||
|
||||
shasum -a 1 ~/Downloads/HandBrake-1.0.0.dmg && shasum -a 256 ~/Downloads/HandBrake-1.0.0.dmg
|
||||
shasum -a 1 ~/Downloads/HandBrake-*.dmg && shasum -a 256 ~/Downloads/HandBrake-*.dmg
|
||||
|
||||
Alternatively, the free third-party app [Hashsum](https://itunes.apple.com/us/app/hashsum/id1079442694?mt=12) available on the Mac App Store provides a convenient graphical interface for computing file checksums[^third-party-utilities-1].
|
||||
|
||||
|
||||
@ -44,9 +44,9 @@ To verify an official source distribution tarball, consult your Linux distributi
|
||||
|
||||
<!-- .system-macos -->
|
||||
|
||||
On Mac, launch Terminal from your Applications > Utilities folder and use the `shasum` command. For example, if you downloaded HandBrake 1.0.0 to your Downloads folder:
|
||||
On Mac, launch Terminal from your Applications > Utilities folder and use the `shasum` command. For example, if you downloaded HandBrake to your Downloads folder:
|
||||
|
||||
shasum -a 1 ~/Downloads/HandBrake-1.1.0.dmg && shasum -a 256 ~/Downloads/HandBrake-1.1.0.dmg
|
||||
shasum -a 1 ~/Downloads/HandBrake-*.dmg && shasum -a 256 ~/Downloads/HandBrake-*.dmg
|
||||
|
||||
Alternatively, the free third-party app [Hashsum](https://itunes.apple.com/us/app/hashsum/id1079442694?mt=12) available on the Mac App Store provides a convenient graphical interface for computing file checksums[^third-party-utilities-1].
|
||||
|
||||
|
||||
@ -44,9 +44,9 @@ To verify an official source distribution tarball, consult your Linux distributi
|
||||
|
||||
<!-- .system-macos -->
|
||||
|
||||
On Mac, launch Terminal from your Applications > Utilities folder and use the `shasum` command. For example, if you downloaded HandBrake 1.0.0 to your Downloads folder:
|
||||
On Mac, launch Terminal from your Applications > Utilities folder and use the `shasum` command. For example, if you downloaded HandBrake to your Downloads folder:
|
||||
|
||||
shasum -a 1 ~/Downloads/HandBrake-1.0.0.dmg && shasum -a 256 ~/Downloads/HandBrake-1.0.0.dmg
|
||||
shasum -a 1 ~/Downloads/HandBrake-*.dmg && shasum -a 256 ~/Downloads/HandBrake-*.dmg
|
||||
|
||||
Alternatively, the free third-party app [Hashsum](https://itunes.apple.com/us/app/hashsum/id1079442694?mt=12) available on the Mac App Store provides a convenient graphical interface for computing file checksums[^third-party-utilities-1].
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user