File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2332,6 +2332,7 @@ odbc2parquet
23322332ode
23332333odo-dev
23342334odpi
2335+ oggz
23352336oh-my-posh
23362337oha
23372338oil
Original file line number Diff line number Diff line change 11class Oggz < Formula
22 desc "Command-line tool for manipulating Ogg files"
33 homepage "https://www.xiph.org/oggz/"
4- url "https://downloads.xiph.org/releases/liboggz/liboggz-1.1.1 .tar.gz" , using : :homebrew_curl
5- mirror "https://ftp.osuosl.org/pub/xiph/releases/liboggz/liboggz-1.1.1 .tar.gz"
6- sha256 "6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a "
4+ url "https://downloads.xiph.org/releases/liboggz/liboggz-1.1.2 .tar.gz" , using : :homebrew_curl
5+ mirror "https://ftp.osuosl.org/pub/xiph/releases/liboggz/liboggz-1.1.2 .tar.gz"
6+ sha256 "c97e4fba7954a9faf79ddcf406992c6f7bb0214e96d4957a07a2fda0265e5ab2 "
77 license "BSD-3-Clause"
88
99 livecheck do
@@ -32,10 +32,10 @@ class Oggz < Formula
3232 depends_on "pkgconf" => :build
3333 depends_on "libogg"
3434
35- # Fix -flat_namespace being used on Big Sur and later.
35+ # build patch to include `<inttypes.h>` to fix missing printf format macros
3636 patch do
37- url "https://raw.githubusercontent.com/Homebrew/formula-patches/03cf8088210822aa2c1ab544ed58ea04c897d9c4/libtool/configure-pre-0.4.2.418-big_sur.diff "
38- sha256 "83af02f2aa2b746bb7225872cab29a253264be49db0ecebb12f841562d9a2923 "
37+ url "https://raw.githubusercontent.com/Homebrew/formula-patches/c7dd59ab42edc3652529563bfb12ca9d1140c4af/liboggz/1.1.2-inttypes.patch "
38+ sha256 "0ec758ab05982dc302592f3b328a7b7c47e60672ef7da1133bcbebc4413a20a3 "
3939 end
4040
4141 def install
You can’t perform that action at this time.
0 commit comments