Skip to content

Commit

Permalink
chore(deps): fix the libzlib sha256
Browse files Browse the repository at this point in the history
### Summary

We downloaded .tar.gz but used .tar.xz hash:

xz: 38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32
gz: 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23
Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle committed Jul 5, 2024
1 parent 681d2a7 commit 06c93f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PCRE=10.43
PCRE_SHA256=889d16be5abb8d05400b33c25e151638b8d4bac0e2d9c76e9d6923118ae8a34e

LIBZLIB=1.3.1
LIBZLIB_SHA256=38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32
LIBZLIB_SHA256=9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23
LIBEXPAT=2.6.2
LIBEXPAT_SHA256=d4cf38d26e21a56654ffe4acd9cd5481164619626802328506a2869afab29ab3
LIBYAML=0.2.5
Expand Down

0 comments on commit 06c93f2

Please sign in to comment.