Skip to content

Commit 65036f2

Browse files
authored
Merge pull request #1571 from tlaurion/pixman_use_waybackmachine
modules/pixman: www.cairographics.org down again. Use web.archive.org archive.
2 parents 54e96ad + 98e6836 commit 65036f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pixman

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modules-$(CONFIG_CAIRO) += pixman
33
pixman_version := 0.34.0
44
pixman_dir := pixman-$(pixman_version)
55
pixman_tar := pixman-$(pixman_version).tar.gz
6-
pixman_url := https://www.cairographics.org/releases/$(pixman_tar)
6+
pixman_url := https://web.archive.org/web/20230730205546/https://www.cairographics.org/releases/$(pixman_tar)
77
pixman_hash := 21b6b249b51c6800dc9553b65106e1e37d0e25df942c90531d4c3997aa20a88e
88

99
pixman_configure := \

0 commit comments

Comments
 (0)