build version 3.2 instead of master

This commit is contained in:
Ben Hagen 2015-06-18 11:37:12 +02:00
parent 88a8529961
commit 856af14050

View file

@ -4,7 +4,7 @@ import sh
class FFPyplayerRecipe(CythonRecipe):
version = "master"
version = "v3.2"
url = "https://github.com/matham/ffpyplayer/archive/{version}.zip"
library = "libffpyplayer.a"
depends = ["python", "ffmpeg"]