diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-04-18 10:48:02 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-04-18 10:48:42 +0200 |
commit | a509c3a36b65db9dbb0d1c1b2d4daeed1bc9737f (patch) | |
tree | 4a0f073577ca7c0dea492dfb1e6d39ed0cd0db1f | |
parent | 567d9698000df33226a04b02eb2d9885260524be (diff) |
Update ORC to 0.4.19
-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 f3e9601f..9a3a9d46 100644 --- a/recipes/orc.recipe +++ b/recipes/orc.recipe @@ -3,8 +3,8 @@ class Recipe(recipe.Recipe): name = 'orc' - version = '0.4.18' - commit = 'orc-0.4.18' + version = '0.4.19' + commit = 'orc-0.4.19' licenses = [License.BSD_like] autoreconf = True |