diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-12-17 10:15:40 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-12-17 10:16:02 +0100 |
commit | 5c364d20ccd0c020e69f5d931b533b828f6f404e (patch) | |
tree | 1e31a8cc789d85582d7900254bdb3dcddca54911 | |
parent | 9fe7390a9efe87b4662e61e99cafee0cc920be50 (diff) |
orc: Update to 0.4.23
-rw-r--r-- | recipes/build-tools/orc.recipe | 4 | ||||
-rw-r--r-- | recipes/orc.recipe | 4 |
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' |