Skip to content

Commit

Permalink
Merge pull request #205065 from Homebrew/bump-sshs-4.6.0
Browse files Browse the repository at this point in the history
sshs 4.6.0
  • Loading branch information
BrewTestBot authored Jan 21, 2025
2 parents bc00bdd + 66cf2b2 commit 965f025
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions Formula/s/sshs.rb
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
class Sshs < Formula
desc "Graphical command-line client for SSH"
homepage "https://github.com/quantumsheep/sshs"
url "https://github.com/quantumsheep/sshs/archive/refs/tags/4.5.1.tar.gz"
sha256 "c5383138114262fd49ac91c77830f9c6a09f02c5650e5e5cfa8ede1fa3383d96"
url "https://github.com/quantumsheep/sshs/archive/refs/tags/4.6.0.tar.gz"
sha256 "58e104dac3a1515f79421b46b22079cc443261c15ca5b97fb025a00775d600ff"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "19d90512203685dae5603b8586b4ef32663094fdd8990ae5d861e1ee427bdd0b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "da47dd8e48c44c6ab047184e26dbb0a27e734f4f15054a5a3fa3f5b75aa8bc57"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ab5e15b46f39c867f5b4aa44b3859fbf37755be1154fc53dedf50996c3ce8013"
sha256 cellar: :any_skip_relocation, arm64_monterey: "df8c14aa827ecce6a3bae2ddc90c0f0c66666c5541b0f1d6c5a54c1f80b6d137"
sha256 cellar: :any_skip_relocation, sonoma: "975ae1e62f123e67307525ee64826b32312b2893b6ede2c22b92073d5af044d8"
sha256 cellar: :any_skip_relocation, ventura: "f0c9be09ebbc8f9d8fbbdbb689080859313fe3d23ce9167c8cba72cfb1314344"
sha256 cellar: :any_skip_relocation, monterey: "f8aa7f03a3795763e1e6f28ebba23259c156845cc6afe3be78baf1e323351b46"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e80926cbd296201a8c52ade54290768a4b977152a551b1310e0df469f8c73114"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "deb83c528f4fbdfeaafa1a01110b65e82945eeac90fedf09e15294560091969d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1afde78a9e24931382df136f06b637179a9d304415c6239b57fb7ce5e4f7349c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a47ef5cb4c8c2b0f25859e52b4f48a62909fe81386f8e1529fe279f6296c0f4a"
sha256 cellar: :any_skip_relocation, sonoma: "2d8ec24a929a1be1d22460ba0bb7cc45d21ad6cab0ded1391df9587d646a9a7a"
sha256 cellar: :any_skip_relocation, ventura: "cf31ca58164c499dac8e7813a3048cf39d18de65ba7a2dea1a9ca53c1a6dc1b0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7d657c8b83244e0d4d2fc88ab1c3ca7372cf9ffdee43496d60c61f3c7b8627c2"
end

depends_on "rust" => :build

# version patch, upstream pr ref, https://github.com/quantumsheep/sshs/pull/115
patch do
url "https://github.com/quantumsheep/sshs/commit/de24632c4a83beb82ca041f4cfaa5e1c534993b3.patch?full_index=1"
sha256 "40c0e71b5fd3edc06250f1e4775395c49607dca7c3da6c36065e0c084a8e2b9f"
end

def install
system "cargo", "install", *std_cargo_args
end
Expand Down

0 comments on commit 965f025

Please sign in to comment.