Skip to content

Commit edfc1e3

Browse files
authored
Merge pull request Homebrew#226804 from Homebrew/bump-libpng-1.6.49
libpng 1.6.49
2 parents 484aa89 + 5fa3d28 commit edfc1e3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/lib/libpng.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Libpng < Formula
22
desc "Library for manipulating PNG images"
33
homepage "http://www.libpng.org/pub/png/libpng.html"
4-
url "https://downloads.sourceforge.net/project/libpng/libpng16/1.6.48/libpng-1.6.48.tar.xz"
5-
mirror "https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/1.6.48/libpng-1.6.48.tar.xz"
6-
sha256 "46fd06ff37db1db64c0dc288d78a3f5efd23ad9ac41561193f983e20937ece03"
4+
url "https://downloads.sourceforge.net/project/libpng/libpng16/1.6.49/libpng-1.6.49.tar.xz"
5+
mirror "https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/1.6.49/libpng-1.6.49.tar.xz"
6+
sha256 "43182aa48e39d64b1ab4ec6b71ab3e910b67eed3a0fff3777cf8cf40d6ef7024"
77
license "libpng-2.0"
88

99
livecheck do
@@ -12,13 +12,13 @@ class Libpng < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "a6ca2508569d9237cbb46a2d3da13b9e2e8d9d042ca48b78463f34aa527cd7ce"
16-
sha256 cellar: :any, arm64_sonoma: "44fc8cfe04fcf2bf39fb2dc479f5b7170fb7a3db23e6fadc5d71ea3eff2ccfa2"
17-
sha256 cellar: :any, arm64_ventura: "0c4e9222ea305c1b20edeb3bfe79cc99098291286a37a0da1f980cd5621d70ba"
18-
sha256 cellar: :any, sonoma: "0858ad8c30002d9277514223d78a7f52fb04d6f1263c00b66714a74fb9baaf8f"
19-
sha256 cellar: :any, ventura: "0bcf3cf2bcc9ca53834d5806c9dafc6bc0c2dbebc196b8722e50d6059e5fb92f"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "cdfd8c8ad7b7a8ed8257bc59ee4e05ce7adea9fb04991928efdc681f530b1ca1"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e10fd6235517d48b80f5d7b30271b19264102ff7bfb1fd4bec293e41866db84d"
15+
sha256 cellar: :any, arm64_sequoia: "9cbe6dd4dedf8f7860b48ba1f42dbd5130af838aa15444d02781b1335861d7a6"
16+
sha256 cellar: :any, arm64_sonoma: "ebc3041009f8109957420f98481d514407ae78213ab6d710e736221d31e9ce91"
17+
sha256 cellar: :any, arm64_ventura: "92a708784c36c6c63ff514690516a1071a4e27b57e6da680e422c91108ccbd34"
18+
sha256 cellar: :any, sonoma: "bc858e121e0cd6049ec041b36d241542e90a23fc1749423193b20f573b57afed"
19+
sha256 cellar: :any, ventura: "cc1241c31c873bc8451845e1a73588e0ee74828c5128eb93e799b50e7f2e0517"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "0324945acef84abba7a44c41149e86db7bc6af962ff6b86bbe79a9feec194c4e"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1a8c105cea25bdaf70e123d60dd7322e061045ee33f63a1f330aa3d1ce5880fa"
2222
end
2323

2424
head do

0 commit comments

Comments
 (0)