From d5d4b68a5f2c0410fe8225e461e2cc25ac7128d9 Mon Sep 17 00:00:00 2001 From: Werner Robitza Date: Sat, 23 Mar 2019 09:06:52 +0100 Subject: [PATCH] bump version number --- Formula/ffmpeg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/ffmpeg.rb b/Formula/ffmpeg.rb index 6488a09..9b7e25e 100644 --- a/Formula/ffmpeg.rb +++ b/Formula/ffmpeg.rb @@ -2,7 +2,7 @@ class Ffmpeg < Formula desc "Play, record, convert, and stream audio and video" homepage "https://ffmpeg.org/" url "https://ffmpeg.org/releases/ffmpeg-4.1.2.tar.xz" - version "4.1.1-with-options" # to distinguish from homebrew-core's ffmpeg + version "4.1.2-with-options" # to distinguish from homebrew-core's ffmpeg sha256 "b95f0ae44798ab1434155ac7f81f30a7e9760a02282e4b5898372c22a335347b" head "https://github.com/FFmpeg/FFmpeg.git"