diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-12-12 10:16:09 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-12-12 10:16:09 (GMT) |
commit | 871aed1969232395e94f04162a9fce13c4707666 (patch) | |
tree | 4e98ae4dda1e4f44cdbec54a4db8f642fd762958 /src | |
parent | d95a5f915622f2b00f098595e449b25170f706ed (diff) | |
download | mxe-871aed1969232395e94f04162a9fce13c4707666.zip mxe-871aed1969232395e94f04162a9fce13c4707666.tar.gz mxe-871aed1969232395e94f04162a9fce13c4707666.tar.bz2 |
package apr-util: ignore version 1.5.1
Diffstat (limited to 'src')
-rw-r--r-- | src/apr-util.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apr-util.mk b/src/apr-util.mk index 9b21163..7001fad 100644 --- a/src/apr-util.mk +++ b/src/apr-util.mk @@ -2,7 +2,7 @@ # See index.html for further information. PKG := apr-util -$(PKG)_IGNORE := 1.4.1 +$(PKG)_IGNORE := 1.5.1 $(PKG)_CHECKSUM := f5aaf15542209fee479679299dc4cb1ac0924a59 $(PKG)_SUBDIR := apr-util-$($(PKG)_VERSION) $(PKG)_FILE := apr-util-$($(PKG)_VERSION).tar.gz |