summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2015-11-20 15:05:23 +0100
committerThibault Saunier <tsaunier@gnome.org>2015-11-20 15:05:41 +0100
commita54dd56f6e02ee4f054b149c1a699f31ea1d3203 (patch)
tree96fdc2a7d109645de7f437229ba393cceeab5748
parent6c8bf12e230778cc7bfd296ac7b5d29b3d5e0145 (diff)
pitivi: Update to 0.95
-rw-r--r--packages/pitivi.package2
-rw-r--r--recipes/pitivi.recipe2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/pitivi.package b/packages/pitivi.package
index 1717e60c..78120534 100644
--- a/packages/pitivi.package
+++ b/packages/pitivi.package
@@ -7,7 +7,7 @@ class Package(package.App):
name = 'pitivi'
app_name = 'Pitivi'
app_recipe = 'pitivi'
- version = '0.94'
+ version = '0.95'
shortdesc = 'Pitivi video editor'
longdesc = 'An open source full featured video editing application'
url = "http://www.pitivi.org"
diff --git a/recipes/pitivi.recipe b/recipes/pitivi.recipe
index 6fac7c8e..29f72654 100644
--- a/recipes/pitivi.recipe
+++ b/recipes/pitivi.recipe
@@ -3,7 +3,7 @@ from cerbero.errors import ConfigurationError
class Recipe(recipe.Recipe):
name = 'pitivi'
- version = '0.94'
+ version = '0.95'
licenses = [License.GPLv2Plus]
remotes = {'origin': 'git://git.gnome.org/pitivi'}
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'