mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-16 07:26:46 +00:00
Merge pull request #1571 from tlaurion/pixman_use_waybackmachine
modules/pixman: www.cairographics.org down again. Use web.archive.org archive.
This commit is contained in:
commit
65036f2ef7
@ -3,7 +3,7 @@ modules-$(CONFIG_CAIRO) += pixman
|
||||
pixman_version := 0.34.0
|
||||
pixman_dir := pixman-$(pixman_version)
|
||||
pixman_tar := pixman-$(pixman_version).tar.gz
|
||||
pixman_url := https://www.cairographics.org/releases/$(pixman_tar)
|
||||
pixman_url := https://web.archive.org/web/20230730205546/https://www.cairographics.org/releases/$(pixman_tar)
|
||||
pixman_hash := 21b6b249b51c6800dc9553b65106e1e37d0e25df942c90531d4c3997aa20a88e
|
||||
|
||||
pixman_configure := \
|
||||
|
Loading…
x
Reference in New Issue
Block a user