Skip to content

Commit bb7cc68

Browse files
author
James Sharpe
authored
chore(deps): Update libpng (#1377)
Needed for arm64 support
1 parent cd59e93 commit bb7cc68

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/third_party/libpng/libpng_repositories.bzl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ def libpng_repositories():
88
http_archive,
99
name = "libpng",
1010
build_file = Label("//libpng:BUILD.libpng.bazel"),
11-
sha256 = "2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6",
12-
strip_prefix = "libpng-1.6.34",
11+
sha256 = "",
12+
strip_prefix = "libpng-1.6.43",
1313
urls = [
14-
"https://mirror.bazel.build/ftp-osl.osuosl.org/pub/libpng/src/libpng16/libpng-1.6.34.tar.xz",
15-
"http://ftp-osl.osuosl.org/pub/libpng/src/libpng16/libpng-1.6.34.tar.xz",
14+
"https://downloads.sourceforge.net/project/libpng/libpng16/1.6.43/libpng-1.6.43.tar.xz",
1615
],
1716
)

0 commit comments

Comments
 (0)