Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
libxml2: update to 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Feb 12, 2016
1 parent a2a258f commit c845e45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions libxml2/build.sh
Expand Up @@ -4,6 +4,6 @@ if [ `uname` == Darwin ]; then
export EXTRA_ARGS="--without-threads"
fi

./configure $EXTRA_ARGS --prefix=$PREFIX
make
./configure $EXTRA_ARGS --prefix=$PREFIX --without-python
make -j${CPU_COUNT}
make install
12 changes: 7 additions & 5 deletions libxml2/meta.yaml
@@ -1,14 +1,14 @@
package:
name: libxml2
version: 2.9.2
version: 2.9.3

source:
fn: libxml2-2.9.2.tar.gz
url: ftp://xmlsoft.org/libxml2/libxml2-2.9.2.tar.gz
md5: 9e6a9aca9d155737868b3dc5fd82f788
fn: libxml2-2.9.3.tar.gz
url: ftp://xmlsoft.org/libxml2/libxml2-2.9.3.tar.gz
sha1: 0301ce933637e0ceda049047dbefd18714f59b6e

build:
number: 1
number: 0

test:
files:
Expand All @@ -18,8 +18,10 @@ test:

requirements:
build:
- gcc [unix]
- zlib [unix]
run:
- libgcc [unix]
- zlib [unix]

about:
Expand Down

0 comments on commit c845e45

Please sign in to comment.