summaryrefslogtreecommitdiff
path: root/recipes/tremor.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tremor.recipe')
-rw-r--r--recipes/tremor.recipe6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/tremor.recipe b/recipes/tremor.recipe
index 4670327a..b729fdbf 100644
--- a/recipes/tremor.recipe
+++ b/recipes/tremor.recipe
@@ -4,9 +4,9 @@ from cerbero.utils import shell
class Recipe(recipe.Recipe):
name = 'tremor'
version = '1.2.1+r19427'
- stype = SourceType.SVN
- url = 'https://svn.xiph.org/trunk/Tremor/'
- revision = '19427'
+ stype = SourceType.TARBALL
+ url = 'https://gstreamer.freedesktop.org/data/src/mirror/tremor-1.2.1+r19427.tar.xz'
+ tarball_checksum = "4bdbb655ea0e6a70b0ad20f90f747d18936d80a4366020581eb7fc5d1b3550bf"
licenses = [License.BSD_like]
deps = ['libogg']
config_sh = 'sh autogen.sh'