Skip to content

Commit 07db2dd

Browse files
authored
Merge pull request #1573 from tlaurion/cairo_use_waybackmachine
modules/cairo: www.cairographics.org down again. Use web.archive.org archive
2 parents 65036f2 + 2b65211 commit 07db2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cairo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modules-$(CONFIG_CAIRO) += cairo
33
cairo_version := 1.14.12
44
cairo_dir := cairo-$(cairo_version)
55
cairo_tar := cairo-$(cairo_version).tar.xz
6-
cairo_url := https://www.cairographics.org/releases/$(cairo_tar)
6+
cairo_url := https://web.archive.org/web/20230730205546/https://www.cairographics.org/releases/$(cairo_tar)
77
cairo_hash := 8c90f00c500b2299c0a323dd9beead2a00353752b2092ead558139bd67f7bf16
88

99
cairo_configure := \

0 commit comments

Comments
 (0)