We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd59e93 commit bb7cc68Copy full SHA for bb7cc68
examples/third_party/libpng/libpng_repositories.bzl
@@ -8,10 +8,9 @@ def libpng_repositories():
8
http_archive,
9
name = "libpng",
10
build_file = Label("//libpng:BUILD.libpng.bazel"),
11
- sha256 = "2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6",
12
- strip_prefix = "libpng-1.6.34",
+ sha256 = "",
+ strip_prefix = "libpng-1.6.43",
13
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",
+ "https://downloads.sourceforge.net/project/libpng/libpng16/1.6.43/libpng-1.6.43.tar.xz",
16
],
17
)
0 commit comments