Commit 63fb656
committed
Use openssl sha to calculate shasums [EFForg#1504]
sha256sum is not available on BSD systems. There's a shasum that may be
available everywhere, but openssl should be even more ubiquitous.
openssl's output looks a little different from the sha*sums' commands,
but I don't think that matters much. For posterity, sha256sum looks like
a54680cfaa331e1d1d6e2f61b2fa5aafe89302046ebc92d98f0070a63459e821 pkg/https-everywhere-5.0.4~578663d-amo.xpi
while openssl sha looks like
SHA256(pkg/https-everywhere-5.0.4~578663d-amo.xpi)= a54680cfaa331e1d1d6e2f61b2fa5aafe89302046ebc92d98f0070a63459e8211 parent bafd40a commit 63fb656
2 files changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 21 | | |
29 | 22 | | |
30 | 23 | | |
| |||
38 | 31 | | |
39 | 32 | | |
40 | 33 | | |
41 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
0 commit comments