Skip to content

Commit 0474942

Browse files
committed
Update extended data for offline use
1 parent 566c5a1 commit 0474942

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

data/extended.marshal

-1 Bytes
Binary file not shown.

docs/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Chore:
1616
- **Breaking changes**:
1717
- Drop support for Ruby 3.0 as they are EOL
1818
- Add support for Ruby 3.4
19+
- Update extended data for offline use
1920

2021
Documentation:
2122

lib/tls_map/cli/cli.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def update
5656

5757
# Offline version of {App::Extended}
5858
class Extended < App::Extended
59-
INTEGRITY = 'bed565db6cc8da400c51bcc17107b68bce86f2c7bdf2495d43633679a295d0aa' # sha2-256
59+
INTEGRITY = '3236733f1d5b69f4230adaa726faeb2f4ba4e88aa59a72880cc822c43ed37b73' # sha2-256
6060

6161
# Load and parse data from marshalized hash (`data/extended.marshal`).
6262
# It must match the integrity check for security purpose.

0 commit comments

Comments
 (0)