File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ sub add_entry {
109109
110110 my $integrity = $options -> {integrity };
111111
112- push @{$link }, {href => " $csaf_url .sha256" , ref => ' hash' }
112+ push @{$link }, {href => " $csaf_url .sha256" , rel => ' hash' }
113113 if (defined $integrity -> {sha256 } && $integrity -> {sha256 });
114114
115- push @{$link }, {href => " $csaf_url .sha512" , ref => ' hash' }
115+ push @{$link }, {href => " $csaf_url .sha512" , rel => ' hash' }
116116 if (defined $integrity -> {sha512 } && $integrity -> {sha512 });
117117
118118 }
119119
120- push @{$link }, {href => " $csaf_url .asc" , ref => ' signature' }
120+ push @{$link }, {href => " $csaf_url .asc" , rel => ' signature' }
121121 if (defined $options -> {signature } && $options -> {signature });
122122
123123 my $is_updated = 0;
You can’t perform that action at this time.
0 commit comments