Skip to content

Commit 8c34399

Browse files
authored
libpng: update to v1.6.51 (#8672)
1 parent 48fb759 commit 8c34399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/l/libpng/xmake.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package("libpng")
2-
set_homepage("http://www.libpng.org/pub/png/libpng.html")
2+
set_homepage("https://www.libpng.org/pub/png/libpng.html")
33
set_description("The official PNG reference library")
44
set_license("libpng-2.0")
55

66
add_urls("https://github.com/glennrp/libpng/archive/refs/tags/$(version).tar.gz",
77
"https://github.com/glennrp/libpng.git")
88

9+
add_versions("v1.6.51", "b1872484c1c5c70acc79cbb15fb366df954fa8d5dacbe7f729d858902d17933c")
910
add_versions("v1.6.50", "71158e53cfdf2877bc99bcab33641d78df3f48e6e0daad030afe9cb8c031aa46")
1011
add_versions("v1.6.49", "e425762fdfb9bb30a5d2da29c0067570e96b5d41d79c659cf0dad861e9df738e")
1112
add_versions("v1.6.48", "b17e99026055727e8cba99160c3a9a7f9af788e9f786daeadded5a42243f1dd0")

0 commit comments

Comments
 (0)