build version 3.2 instead of master
This commit is contained in:
parent
88a8529961
commit
856af14050
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue