Skip to content

Commit

Permalink
Handle SHA512 in Release files
Browse files Browse the repository at this point in the history
Fix: #656
  • Loading branch information
flx42 authored and smira committed Nov 8, 2017
1 parent afd2c5f commit e682639
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deb/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,10 @@ ok:
return err
}

delete(stanza, "SHA512")
err = parseSums("SHA512", func(sum *utils.ChecksumInfo, data string) { sum.SHA512 = data })
if err != nil {
return err
}

repo.Meta = stanza

Expand Down

0 comments on commit e682639

Please sign in to comment.