diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-11-28 16:46:40 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-11-28 16:46:40 (GMT) |
commit | 297f37c6e09fe18e21e62d9231dc9b72ad201f43 (patch) | |
tree | 5be9b7658489c4f078ea25e7af3c431bf10b1c13 /src/pixman.mk | |
parent | b165cde85f115e9341fcccb8f962457fa77b9ba6 (diff) | |
download | mxe-297f37c6e09fe18e21e62d9231dc9b72ad201f43.zip mxe-297f37c6e09fe18e21e62d9231dc9b72ad201f43.tar.gz mxe-297f37c6e09fe18e21e62d9231dc9b72ad201f43.tar.bz2 |
improved upgrade script of packages: cairo cairomm pixman
Diffstat (limited to 'src/pixman.mk')
-rw-r--r-- | src/pixman.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pixman.mk b/src/pixman.mk index 0180a40..db7f915 100644 --- a/src/pixman.mk +++ b/src/pixman.mk @@ -14,9 +14,7 @@ $(PKG)_DEPS := gcc define $(PKG)_UPDATE wget -q -O- 'http://cairographics.org/releases/?C=M;O=D' | \ - grep '<a href="pixman-' | \ - $(SED) -n 's,.*<a href="pixman-\([0-9][^"]*\)\.tar.*,\1,p' | \ - grep -v '^0\.16\.' | \ + $(SED) -n 's,.*"pixman-\([0-9][^"]*\)\.tar.*,\1,p' | \ head -1 endef |