bump version to 2.6.2
This commit is contained in:
parent
77f5bf0ac3
commit
1258bf9791
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import sh
|
||||||
|
|
||||||
|
|
||||||
class FFMpegRecipe(Recipe):
|
class FFMpegRecipe(Recipe):
|
||||||
version = "2.5.4"
|
version = "2.6.2"
|
||||||
url = "http://www.ffmpeg.org/releases/ffmpeg-{version}.tar.bz2"
|
url = "http://www.ffmpeg.org/releases/ffmpeg-{version}.tar.bz2"
|
||||||
include_per_arch = True
|
include_per_arch = True
|
||||||
include_dir = "dist/include"
|
include_dir = "dist/include"
|
||||||
|
|
Loading…
Reference in a new issue