summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-12-17 10:15:40 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-12-17 10:16:02 +0100
commit5c364d20ccd0c020e69f5d931b533b828f6f404e (patch)
tree1e31a8cc789d85582d7900254bdb3dcddca54911
parent9fe7390a9efe87b4662e61e99cafee0cc920be50 (diff)
orc: Update to 0.4.23
-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 45f84de5..20c737c9 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.22'
- commit = 'orc-0.4.22'
+ version = '0.4.23'
+ commit = '0.4.23'
licenses = [License.BSD_like]
autoreconf = True
deps = ['autoconf', 'automake', 'libtool']
diff --git a/recipes/orc.recipe b/recipes/orc.recipe
index 19175f20..478d8e72 100644
--- a/recipes/orc.recipe
+++ b/recipes/orc.recipe
@@ -3,8 +3,8 @@
class Recipe(recipe.Recipe):
name = 'orc'
- version = '0.4.22'
- commit = 'orc-0.4.22'
+ version = '0.4.23'
+ commit = '0.4.23'
licenses = [License.BSD_like]
autoreconf = True
configure_options = '--enable-static'