Skip to content

Commit

Permalink
Merge pull request Homebrew#180985 from Homebrew/bump-rio-0.1.6
Browse files Browse the repository at this point in the history
rio 0.1.6
  • Loading branch information
BrewTestBot authored Aug 12, 2024
2 parents f378107 + fcd0bc3 commit 144a0a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/rio.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Rio < Formula
desc "Hardware-accelerated GPU terminal emulator powered by WebGPU"
homepage "https://raphamorim.io/rio/"
url "https://github.com/raphamorim/rio/archive/refs/tags/v0.1.5.tar.gz"
sha256 "58e1a4a3b8a97ca7234634f71586db8b6d061e22a76f8b4cc620b53a9be114c6"
url "https://github.com/raphamorim/rio/archive/refs/tags/v0.1.6.tar.gz"
sha256 "24f7e11a625a7926644d5682f382673c7000d7dc48d0e2bb238d45ccb5d54cd4"
license "MIT"
head "https://github.com/raphamorim/rio.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class Rio < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9f63ce591ebb39a3985914d1538ce24016b0a00c116572be27e3902bafa9211f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "72b5b7b599e425dfe722dbb1d5407002bbf900df9be2b9be110cc4fcd13b9d65"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3f43f3ef9b46a8475c6ec19009e35b9dbb6cb9ecf108271299076d16ca62bf54"
sha256 cellar: :any_skip_relocation, sonoma: "f19ee2d842fc9e4218416fdf7dcb13757d1d475932662a5e96ff09c09003d208"
sha256 cellar: :any_skip_relocation, ventura: "084a85406f979f443ba5d6204018073ff21d0ffd805e310ea405156a27b02e09"
sha256 cellar: :any_skip_relocation, monterey: "f0ca60639eb770d74ea634568ddb30246fc0b5229cb410048617fc366b108bf3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7f0b2e98858205a0e6ce9deb803ad86dfe85d7ad8602b8d36f99b7f1de9bcbb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5cc3264dbb2b1065634d5d8ac7ba68fe24faf0da7bc458a7dc298f74687d2b90"
sha256 cellar: :any_skip_relocation, arm64_monterey: "47bf76dfe9938d232e9fe8bf0e45d431b013907525c177ee744deb854498dd4b"
sha256 cellar: :any_skip_relocation, sonoma: "a03035949f116c1b5f1492185a0074b117b77e490b5e57d8a6660248d658a3fa"
sha256 cellar: :any_skip_relocation, ventura: "ccc0c5bf36e8a86e5389fd5278b5fefd8012cf073f7dc510b6f06340a11e95c3"
sha256 cellar: :any_skip_relocation, monterey: "c03866fa1c651a9c8aaa69b92dad12ae5a113654fd43e21170295ec5acfab116"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 144a0a9

Please sign in to comment.