Skip to content

Commit e1cdc35

Browse files
authored
Merge pull request #203443 from Homebrew/bump-sesh-2.8.0
sesh 2.8.0
2 parents 4071f9c + 36cfc84 commit e1cdc35

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/sesh.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Sesh < Formula
22
desc "Smart session manager for the terminal"
33
homepage "https://github.com/joshmedeski/sesh"
4-
url "https://github.com/joshmedeski/sesh/archive/refs/tags/v2.7.0.tar.gz"
5-
sha256 "59d69e130dccad1784357ac31e929178e49396af1478c8964acef9e3de9710d3"
4+
url "https://github.com/joshmedeski/sesh/archive/refs/tags/v2.8.0.tar.gz"
5+
sha256 "a0e0cb66932265aec2f03fd07507c1b4a94748b21fafcc29d1e3b57b19016e79"
66
license "MIT"
77
head "https://github.com/joshmedeski/sesh.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c944f6ce49e1e27619ea86be512e8c47ccaa22f6ca5badf6b4064edd9ac56f6b"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c944f6ce49e1e27619ea86be512e8c47ccaa22f6ca5badf6b4064edd9ac56f6b"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c944f6ce49e1e27619ea86be512e8c47ccaa22f6ca5badf6b4064edd9ac56f6b"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f298fb9a33548818e0dd9060c76a52f3973f3f759de9458a851677444b51b08c"
14-
sha256 cellar: :any_skip_relocation, ventura: "f298fb9a33548818e0dd9060c76a52f3973f3f759de9458a851677444b51b08c"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8547866abff65f62744c3840903758232f00cb619ef767ecaf82a2d8f5dccc0b"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "868e817bdfc7ede33ef6b77455171ac199b76f788d7e4699a53c1c4173869cd7"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "868e817bdfc7ede33ef6b77455171ac199b76f788d7e4699a53c1c4173869cd7"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "868e817bdfc7ede33ef6b77455171ac199b76f788d7e4699a53c1c4173869cd7"
13+
sha256 cellar: :any_skip_relocation, sonoma: "cf1b635aae0dc117fd21dd58250936e6ea76442edfc648fef5fc99bc47020a93"
14+
sha256 cellar: :any_skip_relocation, ventura: "cf1b635aae0dc117fd21dd58250936e6ea76442edfc648fef5fc99bc47020a93"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f7c9855bd541b7df9e68554dda7c0da09db3f2138f9ed8b3462b8c4c9ccc9d5b"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)