We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566c5a1 commit 0474942Copy full SHA for 0474942
data/extended.marshal
-1 Bytes
docs/CHANGELOG.md
@@ -16,6 +16,7 @@ Chore:
16
- **Breaking changes**:
17
- Drop support for Ruby 3.0 as they are EOL
18
- Add support for Ruby 3.4
19
+- Update extended data for offline use
20
21
Documentation:
22
lib/tls_map/cli/cli.rb
@@ -56,7 +56,7 @@ def update
56
57
# Offline version of {App::Extended}
58
class Extended < App::Extended
59
- INTEGRITY = 'bed565db6cc8da400c51bcc17107b68bce86f2c7bdf2495d43633679a295d0aa' # sha2-256
+ INTEGRITY = '3236733f1d5b69f4230adaa726faeb2f4ba4e88aa59a72880cc822c43ed37b73' # sha2-256
60
61
# Load and parse data from marshalized hash (`data/extended.marshal`).
62
# It must match the integrity check for security purpose.
0 commit comments