summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-08-27 12:43:13 +0300
committerSebastian Dröge <sebastian@centricular.com>2014-08-27 12:43:13 +0300
commit54e59fc3c0e3d337f43f1e227e7c8ec927e48307 (patch)
tree7caf2652f7874570a79235fd93a94b1df7480b0f /recipes
parent6faca44bb33ce64feaa99c89443238c106a9abc7 (diff)
orc: Update to 0.4.22
Diffstat (limited to 'recipes')
-rw-r--r--recipes/build-tools/orc.recipe4
-rw-r--r--recipes/orc.recipe4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/build-tools/orc.recipe b/recipes/build-tools/orc.recipe
index 93251526..45f84de5 100644
--- a/recipes/build-tools/orc.recipe
+++ b/recipes/build-tools/orc.recipe
@@ -3,8 +3,8 @@
class Recipe(recipe.Recipe):
name = 'orc-tool'
- version = '0.4.21'
- commit = 'orc-0.4.21'
+ version = '0.4.22'
+ commit = 'orc-0.4.22'
licenses = [License.BSD_like]
autoreconf = True
deps = ['autoconf', 'automake', 'libtool']
diff --git a/recipes/orc.recipe b/recipes/orc.recipe
index 97a0b808..19175f20 100644
--- a/recipes/orc.recipe
+++ b/recipes/orc.recipe
@@ -3,8 +3,8 @@
class Recipe(recipe.Recipe):
name = 'orc'
- version = '0.4.21'
- commit = 'orc-0.4.21'
+ version = '0.4.22'
+ commit = 'orc-0.4.22'
licenses = [License.BSD_like]
autoreconf = True
configure_options = '--enable-static'