Skip to content

Commit 084c008

Browse files
authored
Merge pull request #249949 from Homebrew/bump-rio-terminal-0.2.32
rio-terminal 0.2.32
2 parents 64e7fb9 + 1cb7a60 commit 084c008

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/r/rio-terminal.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class RioTerminal < Formula
22
desc "Hardware-accelerated GPU terminal emulator powered by WebGPU"
33
homepage "https://rioterm.com/"
4-
url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.31.tar.gz"
5-
sha256 "d3969961ec6523652981aa40f77595a21fafe667b8f0314346dfb93011ebf78f"
4+
url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.32.tar.gz"
5+
sha256 "9bf78262811f07547a229922b3683c05fb586335baebaf2c9368348905c98405"
66
license "MIT"
77
head "https://github.com/raphamorim/rio.git", branch: "main"
88

@@ -12,10 +12,10 @@ class RioTerminal < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "62df595898a93be0b3f1cdb79934cd8da18277445ce664d31119f9024a6ea7d7"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab2de9e46fe41a2a25c78ed555aecef25c13bbe9870af37966467e51fbf535f3"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf75b4bba3debc9bc12539c54fbbfdb82fce5458247a09d12b7ba7226ecd453a"
18-
sha256 cellar: :any_skip_relocation, sonoma: "9a7c5b3999b66167dba894531c4e0cb34d77199471065bcf93d3a950bf4bf7d4"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9c2cda985174a8717a44c87af749dd549396c7b0d75927835ae9c19e1862ccd0"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2284cd9b031b865ca911661b9e4fd26c5d201e755204fa6369dfb4d01f2eda6"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4922a7ac8e2f440fb4ba529934995d767cc0f9845db91dab5887209891d7622"
18+
sha256 cellar: :any_skip_relocation, sonoma: "0b2a8c334302b8853283d24a29552a453efd7a2b7474004690c7462ad06490ca"
1919
end
2020

2121
depends_on "rust" => :build

0 commit comments

Comments
 (0)