Skip to content

Commit 4fd65b0

Browse files
authored
Merge pull request #182655 from Homebrew/bump-rio-0.1.10
rio 0.1.10
2 parents 165c1e3 + b3b2182 commit 4fd65b0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/rio.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Rio < Formula
22
desc "Hardware-accelerated GPU terminal emulator powered by WebGPU"
33
homepage "https://raphamorim.io/rio/"
4-
url "https://github.com/raphamorim/rio/archive/refs/tags/v0.1.9.tar.gz"
5-
sha256 "2251257f42a8bedaec1cb3e4253afb2d2010d7bdf3e36bef22cf4344fe4ed285"
4+
url "https://github.com/raphamorim/rio/archive/refs/tags/v0.1.10.tar.gz"
5+
sha256 "74a366d8c59d780843ed05a2fd10837d3e6795c4d73a90d600ed7637152b89a5"
66
license "MIT"
77
head "https://github.com/raphamorim/rio.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Rio < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a043eff289334797a50ef4898b534e62f42f076ad3d6cb63904b1d5c9c57a609"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b96c0d1129c18e0bd18c78a4f799571dcd28582bd7034bfe35146b85a09bc890"
17-
sha256 cellar: :any_skip_relocation, arm64_monterey: "5a933ceb15c1bdeeaf95f91a489d4d9501aeb31590424ce37b2b11466f58cd03"
18-
sha256 cellar: :any_skip_relocation, sonoma: "8e46320b011ca40086eca3f22b3ba2e556d1c5de4410cdbe8395841048c9048d"
19-
sha256 cellar: :any_skip_relocation, ventura: "bc1dcf51576cc27d70be2fdaec74138f9daba2ebe6db6e9b9254b447b470e6a0"
20-
sha256 cellar: :any_skip_relocation, monterey: "13ca4febd119d0528eafffb31a816f657e3a73037f1c494012282a4d1c4fc057"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "93131f7c890f0bd60697f4e69e77cbd5d5dad245ec3ffb9444384f5930e3ce79"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9817773f19b0dcfdfa415a7cbfde11849b34a611645a63f8156db5f1fa654c70"
17+
sha256 cellar: :any_skip_relocation, arm64_monterey: "7a59b4e075cb421a87595e46c2991b9ec28f6d864a1ccd5c4c5606baeee90c35"
18+
sha256 cellar: :any_skip_relocation, sonoma: "e85ae682b2563dd2ff09d92697e28f1548952c8c4d0d547a3ea3d2a83fcfb082"
19+
sha256 cellar: :any_skip_relocation, ventura: "3add2e393f9dcd23615778c6e24388a308b85ba277b57d2cca0c8daf10e10181"
20+
sha256 cellar: :any_skip_relocation, monterey: "994e2b936f22c7ae7e6b62c5a937f2391de86ff9d3dcdd7d3b89147368d20579"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)