diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-04-20 18:51:10 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-04-20 18:51:41 +0530 |
commit | a2985e4790907ff4ab774e4ac94de61007a4b842 (patch) | |
tree | 0fd1ebacfb2a10779a202bf18bed332a76aa9048 /recipes/orc.recipe | |
parent | e39e5d959894710e7690d9134b8e5bfee73fc013 (diff) |
Back to development: 1.17.0.1
Diffstat (limited to 'recipes/orc.recipe')
-rw-r--r-- | recipes/orc.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/orc.recipe b/recipes/orc.recipe index d41f21dc..7ce50167 100644 --- a/recipes/orc.recipe +++ b/recipes/orc.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'orc' version = '0.4.29' - stype = SourceType.TARBALL + stype = SourceType.GIT # These properties are only used when stype is TARBALL url = 'https://gstreamer.freedesktop.org/src/orc/orc-%(version)s.tar.xz' tarball_checksum = '4f8901f9144b5ec17dffdb33548b5f4c7f8049b0d1023be3462cdd64ec5a3ab2' |