Browse Source

update git zrythm URL

zrythm
Alexandros Theodotou 2 years ago
parent
commit
1addf70339
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      recipes/zrythm.recipe

2
recipes/zrythm.recipe

@ -9,7 +9,7 @@ class Recipe(recipe.Recipe): @@ -9,7 +9,7 @@ class Recipe(recipe.Recipe):
btype = BuildType.MESON
stype = SourceType.TARBALL
#configure_options = ' --enable-static --disable-frontend --disable-decoder'
url = 'https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-%(version)s.tar.gz'
url = 'https://git.zrythm.org/zrythm/zrythm/archive/%(version)s.tar.gz'
tarball_checksum = '6a926b25367fc4ecac0443c772a3581a96404a443dbac6a65286f6df7c9a6021'
deps = [#'gtk3',

Loading…
Cancel
Save