diff options
Diffstat (limited to 'src/pixman.mk')
-rw-r--r-- | src/pixman.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pixman.mk b/src/pixman.mk index 47f0135..f557e9c 100644 --- a/src/pixman.mk +++ b/src/pixman.mk @@ -3,7 +3,7 @@ PKG := pixman $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 2785cedd25fb6ded0ceac8d427432f16b074dd52 +$(PKG)_CHECKSUM := 6bd2834e18f77b815047ec27ea8965fa26a36c2b $(PKG)_SUBDIR := pixman-$($(PKG)_VERSION) $(PKG)_FILE := pixman-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://cairographics.org/snapshots/$($(PKG)_FILE) @@ -11,7 +11,7 @@ $(PKG)_URL_2 := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_F $(PKG)_DEPS := gcc define $(PKG)_UPDATE - wget -q -O- 'http://cairographics.org/snapshots/?C=M;O=D' | \ + $(WGET) -q -O- 'http://cairographics.org/snapshots/?C=M;O=D' | \ $(SED) -n 's,.*"pixman-\([0-9][^"]*\)\.tar.*,\1,p' | \ head -1 endef |