Skip to content

Commit 6a10868

Browse files
authoredDec 18, 2024··
Merge pull request #201677 from Homebrew/bump-imgproxy-3.27.0
imgproxy 3.27.0
2 parents 0216408 + 7458e2d commit 6a10868

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎Formula/i/imgproxy.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Imgproxy < Formula
22
desc "Fast and secure server for resizing and converting remote images"
33
homepage "https://imgproxy.net"
4-
url "https://github.com/imgproxy/imgproxy/archive/refs/tags/v3.26.1.tar.gz"
5-
sha256 "734fab3838efc1636b51680889e9360752044c37fe78ce2c94e6dd47b91d2637"
4+
url "https://github.com/imgproxy/imgproxy/archive/refs/tags/v3.27.0.tar.gz"
5+
sha256 "2de751ce0a3e3d1b7c39ff7b3a75a4eb0d4be2f6e7e9c06890e10e93a912f65e"
66
license "MIT"
77
head "https://github.com/imgproxy/imgproxy.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "0f5c22462d4b79989951dea0000b16e395f1cec28a74b2d812e6b9a0ebc431f7"
11-
sha256 cellar: :any, arm64_sonoma: "2241f7036c3136b756990ccc5ace4fe5da7fc5f94887c49dcbd0d92e990920c8"
12-
sha256 cellar: :any, arm64_ventura: "8e8f4f647146c6242d7c297e5e0f3f48101239a652cdd16f93f8cf24e831d75b"
13-
sha256 cellar: :any, sonoma: "8af4e5dfbb47565e7be0471feb48fc093a1414d9dc3e7b2eed003cbf35f9fe2c"
14-
sha256 cellar: :any, ventura: "43188f27ed7af56ae97975541ac5ade2ee3e134204ecd49a8afae01724be601c"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f04bc980c7823f1930fa41a529cc470ce5f24ac5adddefdf7881059a3c9453ad"
10+
sha256 cellar: :any, arm64_sequoia: "cceaee11df8994d6653b28fccbee5dedb543e6b6cdf85a07786c1651d79295c2"
11+
sha256 cellar: :any, arm64_sonoma: "76c1564fae0f8647b2e7046ad688af8a202fd36e15af62c320d26df893889f77"
12+
sha256 cellar: :any, arm64_ventura: "3c1ec53c1efe9167abef64141f466a1627bc65b15c6445305aa4ef4f6cf69c79"
13+
sha256 cellar: :any, sonoma: "af595cf0b8afc32e678214e879d716581e8f4fd615fd5081a54a6a53d9ddb84c"
14+
sha256 cellar: :any, ventura: "ca0d10b3d76240ccf6509365190240c7472d402b40407f6675ace6854cde34fc"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "962d6f9c0307322e6b0a352d32cbabc9cc05bd0022521363e0277a893a45f6f9"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)
Please sign in to comment.