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

oha 1.4.5 #173126

Merged
merged 2 commits into from
May 29, 2024
Merged

oha 1.4.5 #173126

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/o/oha.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Oha < Formula

Check notice on line 1 in Formula/o/oha.rb

View workflow job for this annotation

GitHub Actions / Linux

Installed previously built bottle for oha from

:0f745613390 (Merge d5891951038be78904eadf80d01ed98ca8634e54 into e3a77a8a225ef69d60592ecd33cc4d83b86192f5, 2024-05-29)

Check notice on line 1 in Formula/o/oha.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Installed previously built bottle for oha from

:0f745613390 (Merge d5891951038be78904eadf80d01ed98ca8634e54 into e3a77a8a225ef69d60592ecd33cc4d83b86192f5, 2024-05-29)

Check notice on line 1 in Formula/o/oha.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Installed previously built bottle for oha from

:0f745613390 (Merge d5891951038be78904eadf80d01ed98ca8634e54 into e3a77a8a225ef69d60592ecd33cc4d83b86192f5, 2024-05-29)

Check notice on line 1 in Formula/o/oha.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Installed previously built bottle for oha from

:0f745613390 (Merge d5891951038be78904eadf80d01ed98ca8634e54 into e3a77a8a225ef69d60592ecd33cc4d83b86192f5, 2024-05-29)

Check notice on line 1 in Formula/o/oha.rb

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

Installed previously built bottle for oha from

:0f745613390 (Merge d5891951038be78904eadf80d01ed98ca8634e54 into e3a77a8a225ef69d60592ecd33cc4d83b86192f5, 2024-05-29)

Check notice on line 1 in Formula/o/oha.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

Installed previously built bottle for oha from

:0f745613390 (Merge d5891951038be78904eadf80d01ed98ca8634e54 into e3a77a8a225ef69d60592ecd33cc4d83b86192f5, 2024-05-29)
desc "HTTP load generator, inspired by rakyll/hey with tui animation"
homepage "https://github.com/hatoo/oha/"
url "https://github.com/hatoo/oha/archive/refs/tags/v1.4.4.tar.gz"
sha256 "2beb733fb2b6c3490545b98d4abeab87004a501f0bcfb03751f9e7115c1b81f4"
url "https://github.com/hatoo/oha/archive/refs/tags/v1.4.5.tar.gz"
sha256 "dfed8814c74419ab7bdc545bbd778f69ccc515defd5f756d8368c3c1b74d2cc2"
license "MIT"
head "https://github.com/hatoo/oha.git", branch: "master"

Expand Down
Loading