Skip to content

Commit d530b54

Browse files
authored
Merge pull request #212353 from Homebrew/bump-rospo-0.14.0
rospo 0.14.0
2 parents 53a4ae9 + 42f75ad commit d530b54

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/rospo.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Rospo < Formula
22
desc "Simple, reliable, persistent ssh tunnels with embedded ssh server"
33
homepage "https://github.com/ferama/rospo"
4-
url "https://github.com/ferama/rospo/archive/refs/tags/v0.13.0.tar.gz"
5-
sha256 "9016ca7afacd107e5f330cac9827999cfb88ffd2c3c5750b1b20b4dc9441fbf3"
4+
url "https://github.com/ferama/rospo/archive/refs/tags/v0.14.0.tar.gz"
5+
sha256 "a0a8d60e0d4c0a93a0fe5e781809fcf9c12d278c2624123b2ae2dc9fabbd63e7"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f11a2d08a4cecef42916f83697ff87772fea78817570e1fc9c8e862f072d7b9e"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f11a2d08a4cecef42916f83697ff87772fea78817570e1fc9c8e862f072d7b9e"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f11a2d08a4cecef42916f83697ff87772fea78817570e1fc9c8e862f072d7b9e"
12-
sha256 cellar: :any_skip_relocation, sonoma: "b199cd2126cb02f02e5a945b3d0427add807f1352595b5820503628f0f5809a1"
13-
sha256 cellar: :any_skip_relocation, ventura: "b199cd2126cb02f02e5a945b3d0427add807f1352595b5820503628f0f5809a1"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb8cda6b51663e37774ec54506f8c206cee6db50c65f71e5be833278fce51409"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a38299addf3e2fb0de87abb726fb40dc629af9d9b370ba656749efb7490e87ed"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a38299addf3e2fb0de87abb726fb40dc629af9d9b370ba656749efb7490e87ed"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a38299addf3e2fb0de87abb726fb40dc629af9d9b370ba656749efb7490e87ed"
12+
sha256 cellar: :any_skip_relocation, sonoma: "c8f39e941e155718d2e6033d946952ac1095321a206491ca3908af8574e97187"
13+
sha256 cellar: :any_skip_relocation, ventura: "c8f39e941e155718d2e6033d946952ac1095321a206491ca3908af8574e97187"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "aa3e69f483e95ffa4457f8a0f9e68cbbd313c864cdb24c316d729f8ed5693c33"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)