Skip to content

Commit b3438fc

Browse files
committed
libsail: Update dependencies
1 parent 23a0ad3 commit b3438fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/lib/libsail.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Libsail < Formula
44
url "https://github.com/HappySeaFox/sail/archive/refs/tags/v0.9.10.tar.gz"
55
sha256 "dc0d6fa87cb4fa8b514f450a3fb13cee6e3e60f03250f683564fabbec0f722e3"
66
license "MIT"
7+
revision 1
78

89
bottle do
910
sha256 arm64_tahoe: "5f8c26637695566448fa06d5d0a50084a7b96faf043eacc0515e4d0615e8fa46"
@@ -16,15 +17,15 @@ class Libsail < Formula
1617

1718
depends_on "cmake" => :build
1819
depends_on "pkgconf" => [:build, :test]
19-
depends_on "brotli"
2020
depends_on "giflib"
21-
depends_on "highway"
22-
depends_on "jasper"
2321
depends_on "jpeg-turbo"
2422
depends_on "jpeg-xl"
2523
depends_on "libavif"
24+
depends_on "libheif"
2625
depends_on "libpng"
2726
depends_on "libtiff"
27+
depends_on "openexr"
28+
depends_on "openjpeg"
2829
depends_on "resvg"
2930
depends_on "webp"
3031

0 commit comments

Comments
 (0)