diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-08-27 12:43:13 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-08-27 12:43:13 +0300 |
commit | 54e59fc3c0e3d337f43f1e227e7c8ec927e48307 (patch) | |
tree | 7caf2652f7874570a79235fd93a94b1df7480b0f /recipes/orc.recipe | |
parent | 6faca44bb33ce64feaa99c89443238c106a9abc7 (diff) |
orc: Update to 0.4.22
Diffstat (limited to 'recipes/orc.recipe')
-rw-r--r-- | recipes/orc.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
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' |