Skip to content

Commit fbbdc94

Browse files
committed
switch back from web.archive.org to cairographics.org (CircleCI is rate limited over web.archive.org:not a solution....
Adds up to #1198 Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent ea0a599 commit fbbdc94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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://web.archive.org/web/20230730205546/https://www.cairographics.org/releases/$(cairo_tar)
6+
cairo_url := https://www.cairographics.org/releases/$(cairo_tar)
77
cairo_hash := 8c90f00c500b2299c0a323dd9beead2a00353752b2092ead558139bd67f7bf16
88

99
cairo_configure := \

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://web.archive.org/web/20230730205546/https://www.cairographics.org/releases/$(pixman_tar)
6+
pixman_url := https://www.cairographics.org/releases/$(pixman_tar)
77
pixman_hash := 21b6b249b51c6800dc9553b65106e1e37d0e25df942c90531d4c3997aa20a88e
88

99
pixman_configure := \

0 commit comments

Comments
 (0)