From b3129417208c49d348d37a32b51d480f60619b66 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Wed, 21 Sep 2022 10:18:09 +0200 Subject: [PATCH] openh264 2.3.1 Closes #111311. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/openh264.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/openh264.rb b/Formula/openh264.rb index ee6e38d8ebe..9fef405cbd4 100644 --- a/Formula/openh264.rb +++ b/Formula/openh264.rb @@ -1,8 +1,8 @@ class Openh264 < Formula desc "H.264 codec from Cisco" homepage "https://www.openh264.org/" - url "https://github.com/cisco/openh264/archive/v2.3.0.tar.gz" - sha256 "99b0695272bee73a3b3a5fcb1afef462c11a142d1dc35a2c61fef5a4b7d60bc0" + url "https://github.com/cisco/openh264/archive/v2.3.1.tar.gz" + sha256 "453afa66dacb560bc5fd0468aabee90c483741571bca820a39a1c07f0362dc32" license "BSD-2-Clause" head "https://github.com/cisco/openh264.git", branch: "master"