Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rio 0.0.39 #172622

Merged
merged 2 commits into from
May 23, 2024
Merged

rio 0.0.39 #172622

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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.0.37.tar.gz"
sha256 "e78a4dceb1ba4f1c3b3d1fadd16f73861a3afb419607a04b27dd9a83dc95a238"
url "https://github.com/raphamorim/rio/archive/refs/tags/v0.0.39.tar.gz"
sha256 "493b63ba87b97af35c2822e3008c793890e3887c439d30b2d4c556058094041e"
license "MIT"
head "https://github.com/raphamorim/rio.git", branch: "main"

Expand Down
Loading