Skip to content

Commit

Permalink
Merge pull request #175117 from Homebrew/bump-samba-4.20.2
Browse files Browse the repository at this point in the history
samba 4.20.2
  • Loading branch information
BrewTestBot authored Jun 19, 2024
2 parents aefa882 + 3188855 commit 0af03b5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Formula/s/samba.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class Samba < Formula
# option. The shared folder appears in the guest as "\\10.0.2.4\qemu".
desc "SMB/CIFS file, print, and login server for UNIX"
homepage "https://www.samba.org/"
url "https://download.samba.org/pub/samba/stable/samba-4.20.1.tar.gz"
sha256 "f93c3af5295340d08106c7c0dcfb85e4f85057dfd14587aa8817beb31aff88f7"
url "https://download.samba.org/pub/samba/stable/samba-4.20.2.tar.gz"
sha256 "f969ffed58ccf3e85cbbcc0e33a1726d025c2b40f42a653b1125b82b92d2e0e5"
license "GPL-3.0-or-later"

livecheck do
Expand All @@ -14,13 +14,13 @@ class Samba < Formula
end

bottle do
sha256 arm64_sonoma: "20eeb850b7e75e0b5252ecf99fd8f14870cd38f2381773475803a7e35034c17a"
sha256 arm64_ventura: "25d7fb0ad8ef747616e4d6c005c83fe9e1b307495831a2dc14b9c8226912a045"
sha256 arm64_monterey: "ff16e04708332f45eed54718f5615ce950475c6a75f1c7436341410247eff046"
sha256 sonoma: "bcbb203cad56c748b5fca90c162ee84a1cb6c68a2824b6192cc58fcca802c9fc"
sha256 ventura: "6a6acbce49400e6cb08b919894d5f38df9f50473b377c7f5ad91a92bd2963175"
sha256 monterey: "915988436e97c695141262f11f841ece87471e1b7f6775aa1f342d1f7dd8cbdc"
sha256 x86_64_linux: "719b254af0047272eb8209449383edf9ae54504c78fcea77de316862d4634358"
sha256 arm64_sonoma: "dbc4652d66ee296a45b800b7561bea8d298890aeda5769497ae48c22cab9aa52"
sha256 arm64_ventura: "e640bd9bc121644ba2975c391ef3f4d9a72e202d22f52d88ab086010d0cbd818"
sha256 arm64_monterey: "3d13cc668f58122170770689cfe4f9f0cb5af56656aa400b06bc86833e044748"
sha256 sonoma: "74f8233c0a347add0740f7b06f66bd388317d869c5e2f385e4780dc6ecb1ad5d"
sha256 ventura: "0d94fb1010ff4dffb7f524dfd51bdac411e45cdfad093475b86c26dfd790eda4"
sha256 monterey: "e32554b6a7e5e0628185ee4cfab3375c727e7d3f92eb86161c1e171442cec21b"
sha256 x86_64_linux: "6518e50946f700bd797cd7bd3ff2059c33b59ef4a6dbf5396da3acb78bbb635e"
end

depends_on "bison" => :build
Expand All @@ -43,6 +43,7 @@ class Samba < Formula
uses_from_macos "zlib"

on_macos do
depends_on "gettext"
depends_on "openssl@3"
end

Expand Down

0 comments on commit 0af03b5

Please sign in to comment.