Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit c85bab8

Browse files
adrianmosimeonmiteff
authored andcommitted
Fix checksum ref after branch update
Signed-off-by: Adrián Moreno <adrian@morenomartinez.com>
1 parent 5ace141 commit c85bab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tagblock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func parseTagBlock(raw string) (TagBlock, string, error) {
8989
var (
9090
fieldsRaw = tags[0:sumSepIndex]
9191
checksumRaw = strings.ToUpper(tags[sumSepIndex+1:])
92-
checksum = xorChecksum(fieldsRaw)
92+
checksum = Checksum(fieldsRaw)
9393
err error
9494
)
9595

0 commit comments

Comments
 (0)