ScoopInstaller_Main/ffmpeg.json
Rémy badaddd646 Update outdated apps (#1116)
* update aria2 1.28.0

* update packer 0.11.0

* update php 7.0.13

* update git 2.10.2

* update nodejs 7.1.0

* update sqlite 3.15.1

* update cmake 3.6.3

* update r 3.3.2

* update perl 5.24.0.1

* update terraform 0.7.10 / migrate to 0.7

previous version was broken, since version 0.7 all the providers are in
the main binary
https://www.terraform.io/upgrade-guides/0-7.html

* update vagrant 1.8.7

* update sbcl 1.3.11

* update imagemagick

* update ffmpeg 20161108

* update git-lfs 1.4.4
2016-11-10 07:58:56 +11:00

24 lines
874 B
JSON

{
"version": "20161108",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20161108-1bbb18f-win64-static.zip",
"hash": "6B3E69FB5100A8B2AA53446D8E74547FBF5B52154692E4B4597678DB496FB768",
"extract_dir": "ffmpeg-20161108-1bbb18f-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20161108-1bbb18f-win32-static.zip",
"hash": "DEEFD4AA6D85045EEBC8E53125B50C2F6CB8269C782E5E37438260985C26A7EA",
"extract_dir": "ffmpeg-20161108-1bbb18f-win32-static"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "value=\"([\\d]{8})-[\\d\\w]+\""
}