Skip to content

Commit 8fcc74c

Browse files
committed
oggz 1.1.2
autobump: add oggz Signed-off-by: Rui Chen <[email protected]> oggz: add build patch Signed-off-by: Rui Chen <[email protected]>
1 parent ebdeff4 commit 8fcc74c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,6 +2332,7 @@ odbc2parquet
23322332
ode
23332333
odo-dev
23342334
odpi
2335+
oggz
23352336
oh-my-posh
23362337
oha
23372338
oil

Formula/o/oggz.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class 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

0 commit comments

Comments
 (0)