Skip to content

Commit 9d2a282

Browse files
authored
Merge pull request Homebrew#192959 from Homebrew/bump-msmtp-1.8.27
msmtp 1.8.27
2 parents ca36559 + c8dc06c commit 9d2a282

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/m/msmtp.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Msmtp < Formula
22
desc "SMTP client that can be used as an SMTP plugin for Mutt"
33
homepage "https://marlam.de/msmtp/"
4-
url "https://marlam.de/msmtp/releases/msmtp-1.8.26.tar.xz"
5-
sha256 "6cfc488344cef189267e60aea481f00d4c7e2a59b53c6c659c520a4d121f66d8"
4+
url "https://marlam.de/msmtp/releases/msmtp-1.8.27.tar.xz"
5+
sha256 "94030580a63a747faa0a3b9b1b264ae355aad33a4d94b832bfeb5b21633c965e"
66
license "GPL-3.0-or-later"
77

88
livecheck do
@@ -11,14 +11,12 @@ class Msmtp < Formula
1111
end
1212

1313
bottle do
14-
sha256 arm64_sequoia: "16a0cbf6e0c43a1f2c54b0107b477d68422a21a8bc32be12b49f65964ad2859b"
15-
sha256 arm64_sonoma: "9b5033e58a0c952161ece88e2b4c554af6e7c171e7e740bf02aa5f2e74767041"
16-
sha256 arm64_ventura: "56711594d87c2709e82f626e1d8296b71aa9b1071d214bc0a8c00d2a7ddeb956"
17-
sha256 arm64_monterey: "f6298cd53a86c6b7dc877598260ff2f0d5b93a51dd3a93d49e090365e1721a40"
18-
sha256 sonoma: "87c6b49b175acd851200467f401a492e6c7cdf53ea564e5fd7bb6e2265866cdd"
19-
sha256 ventura: "8a14bfa72ab0de378e8e7b840165105c7cd7f1434ca2bd4bd53536378aea03f4"
20-
sha256 monterey: "10ff50baba4c580c49131bf41773ce9cf979fb1d1d3162f87255bdce0190868f"
21-
sha256 x86_64_linux: "71df3b5a4e31df54427f47a395df4506704fd495995cc807f8aad54131088b09"
14+
sha256 arm64_sequoia: "ec7542e254bcd4e2498f075b2aa137490d3fb407d4bf7bd84d5a480abc60562b"
15+
sha256 arm64_sonoma: "6b444a784108290a0d998b7cfa77ae51ce8ecd7e3f17b4200dc751d6de7f625c"
16+
sha256 arm64_ventura: "87957d05e326d582c7f69e0682d0f5d217e4df5f31114f2a3cb9551984a0603e"
17+
sha256 sonoma: "7dff928882d705718325cc8c802d67284decc9d9db8d8911e062241411acae21"
18+
sha256 ventura: "6bdc0b6dd5273b34e5c856eaa08ab131d4e7b6430e08bfdaca1b9673cd20899d"
19+
sha256 x86_64_linux: "c961aa0f18c58586f17e20f1b8ca3e05cd1ad7e4d33e077b99de2bfc5b1dd50e"
2220
end
2321

2422
depends_on "pkg-config" => :build

0 commit comments

Comments
 (0)