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 6, 2024
1 parent 681d2a7 commit deb4298
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

1 comment on commit deb4298

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:deb4298f446506c471bf11b1438a11f98d682826
Artifacts available https://github.com/Kong/kong/actions/runs/9816920830

Please sign in to comment.