1
1
class Rio < Formula
2
2
desc "Hardware-accelerated GPU terminal emulator powered by WebGPU"
3
3
homepage "https://raphamorim.io/rio/"
4
- url "https://github.com/raphamorim/rio/archive/refs/tags/v0.1.16 .tar.gz"
5
- sha256 "5311753404c4475751a514305e4dbb75c565f386e5ccf66d8238f135c1cd786f "
4
+ url "https://github.com/raphamorim/rio/archive/refs/tags/v0.1.17 .tar.gz"
5
+ sha256 "2e17a8775a5463f4ad96e55b90468561b08636d8d260bb295770aef930168000 "
6
6
license "MIT"
7
7
head "https://github.com/raphamorim/rio.git" , branch : "main"
8
8
@@ -12,11 +12,11 @@ class Rio < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "56b37b5f130b35420b220b8ea725c66ad0396cfd8a258c1249ca19447ab2ade3 "
16
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "f1751153b4c75dfb129123adfc51656b32f4795d73ec7fb946e1585a31b7fc7e "
17
- sha256 cellar : :any_skip_relocation , arm64_ventura : "6a29dc48e8c5f53307602f1dc24bea87a54c1eacc1689bc566d64e874679cc1f "
18
- sha256 cellar : :any_skip_relocation , sonoma : "bf06a74ee47a53a195b4ecda17af3a45ea7eae876fa13280c2c0b7c389b18878 "
19
- sha256 cellar : :any_skip_relocation , ventura : "82d609f172ebd47de6ca149fc1de67690c6c93242929246a36e95a6d6005112a "
15
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "becbe9dce23151a5ed99733efb7460ed6d3cdb291980fb53c9962933244fb192 "
16
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "658c344e4cad8367cfc7aa03680fb1875b4602805c9dc0064d02539a22e1e3cc "
17
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "5cd3c87ff261346dcf1532fe5457375671fbeb264b10c9645bd739f97e5f97c0 "
18
+ sha256 cellar : :any_skip_relocation , sonoma : "06db233ecf5afe5cbc4a943df41feb2baeab74073bd44fadc90af152b7ac29b7 "
19
+ sha256 cellar : :any_skip_relocation , ventura : "b2c48e6fe92cb6e7c209fdd6a06b0241e7016e54758ea84b47a6da0e0a4fc2e9 "
20
20
end
21
21
22
22
depends_on "rust" => :build
0 commit comments