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

condure 1.10.0 #135336

Merged
merged 2 commits into from
Jun 30, 2023
Merged
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
9 changes: 4 additions & 5 deletions Formula/condure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ class Condure < Formula

desc "HTTP/WebSocket connection manager"
homepage "https://github.com/fanout/condure"
url "https://github.com/fanout/condure/archive/1.9.2.tar.gz"
sha256 "c95a7587997af82ab6f3bbf92cfb983b58d7c304133f3be1d0787e31d16ea065"
url "https://github.com/fanout/condure/archive/1.10.0.tar.gz"
sha256 "abe4d83ae2494a8eabd036f6f455fb4d8ebc71b29d8d50a0b35a7a59f8e0ea60"
license "Apache-2.0"
revision 1

bottle do
sha256 cellar: :any, arm64_ventura: "ecd9ad7efc7e43c961cbb3042ac6e10848a3c573968e96ba72746a1a7e2278b4"
Expand All @@ -25,8 +24,8 @@ class Condure < Formula
depends_on "zeromq"

resource "pyzmq" do
url "https://files.pythonhosted.org/packages/cf/89/9dbc5bc589a06e94d493b551177a0ebbe70f08b5ebdd49dddf212df869ff/pyzmq-25.0.0.tar.gz"
sha256 "f330a1a2c7f89fd4b0aa4dcb7bf50243bf1c8da9a2f1efc31daf57a2046b31f2"
url "https://files.pythonhosted.org/packages/64/9c/2b2614b0b86ff703b3a33ea5e044923bd7d100adc8c829d579a9b71ea9e7/pyzmq-25.1.0.tar.gz"
sha256 "80c41023465d36280e801564a69cbfce8ae85ff79b080e1913f6e90481fb8957"
end

resource "tnetstring3" do
Expand Down
Loading