Skip to content

Commit

Permalink
apngasm: revision bump to migrate to icu4c@75
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Oct 5, 2024
1 parent 0e0371d commit 63e8e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/a/apngasm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Apngasm < Formula
url "https://github.com/apngasm/apngasm/archive/refs/tags/3.1.10.tar.gz"
sha256 "8171e2c1d37ab231a2061320cb1e5d15cee37642e3ce78e8ab0b8dfc45b80f6c"
license "Zlib"
revision 12
revision 13
head "https://github.com/apngasm/apngasm.git", branch: "master"

bottle do
Expand All @@ -20,7 +20,7 @@ class Apngasm < Formula

depends_on "cmake" => :build
depends_on "boost"
depends_on "icu4c"
depends_on "icu4c@75"
depends_on "libpng"
depends_on "lzlib"
depends_on macos: :catalina
Expand Down

0 comments on commit 63e8e71

Please sign in to comment.