|
1 | 1 | class Rospo < Formula
|
2 | 2 | desc "Simple, reliable, persistent ssh tunnels with embedded ssh server"
|
3 | 3 | 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" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | 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" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "go" => :build
|
|
0 commit comments