Skip to content

Commit 39d3544

Browse files
committed
update some recipes version (lxml 2.3.6, openssl 1.0.1c, libxslt 1.1.27)
1 parent df2e9b2 commit 39d3544

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

recipes/libxslt/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
VERSION_libxslt=1.1.26
3+
VERSION_libxslt=1.1.27
44
URL_libxslt=ftp://xmlsoft.org/libxml2/libxslt-$VERSION_libxslt.tar.gz
55
DEPS_libxslt=(libxml2)
6-
MD5_libxslt=e61d0364a30146aaa3001296f853b2b9
6+
MD5_libxslt=
77
BUILD_libxslt=$BUILD_PATH/libxslt/$(get_directory $URL_libxslt)
88
RECIPE_libxslt=$RECIPES_PATH/libxslt
99

recipes/lxml/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
VERSION_lxml=2.3.1
3+
VERSION_lxml=2.3.6
44
URL_lxml=http://pypi.python.org/packages/source/l/lxml/lxml-$VERSION_lxml.tar.gz
55
DEPS_lxml=(libxml2 libxslt python)
6-
MD5_lxml=87931fbf35df60cd71cfe7484b4b36ed
6+
MD5_lxml=d5d886088e78b1bdbfd66d328fc2d0bc
77
BUILD_lxml=$BUILD_PATH/lxml/$(get_directory $URL_lxml)
88
RECIPE_lxml=$RECIPES_PATH/lxml
99

recipes/openssl/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
VERSION_openssl=1.0.0e
3+
VERSION_openssl=1.0.1c
44
URL_openssl=http://www.openssl.org/source/openssl-$VERSION_openssl.tar.gz
55
DEPS_openssl=()
6-
MD5_openssl=7040b89c4c58c7a1016c0dfa6e821c86
6+
MD5_openssl=ae412727c8c15b67880aef7bd2999b2e
77
BUILD_openssl=$BUILD_PATH/openssl/$(get_directory $URL_openssl)
88
RECIPE_openssl=$RECIPES_PATH/openssl
99

0 commit comments

Comments
 (0)