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

hurl 3.0.1 #132524

Merged
merged 2 commits into from
Jun 1, 2023
Merged

hurl 3.0.1 #132524

Changes from all commits
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
18 changes: 9 additions & 9 deletions Formula/hurl.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Hurl < Formula
desc "Run and Test HTTP Requests with plain text and curl"
homepage "https://hurl.dev"
url "https://github.com/Orange-OpenSource/hurl/archive/refs/tags/3.0.0.tar.gz"
sha256 "7ad9a1043129edb4850727c085a83010b916b3515c2af5afddd0809c1e2bd85c"
url "https://github.com/Orange-OpenSource/hurl/archive/refs/tags/3.0.1.tar.gz"
sha256 "551a730ed23150bc0a120781abe8c36b2989abc03c97c3e79191eea87cca5632"
license "Apache-2.0"
head "https://github.com/Orange-OpenSource/hurl.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "72c9ebcdefeeff9d4efd3ebb25c53ae6902b414f3f0ae5ec5f03644dbc7821c9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "46471d466711b420b1743e84827806e97d78aff9af78d0134630b0c27793a4ee"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "bec4b1154d2a0141a93c450cce141dc88928c066e53a172daf07ee2405928a36"
sha256 cellar: :any_skip_relocation, ventura: "1d398aca1c2bb1fe791eb266fc9ba5c184502439e25393e9dbe0271fa4a3f1df"
sha256 cellar: :any_skip_relocation, monterey: "35122c3acd208c6d250e6f1e19b7411c6dded41841cf318be5d4c58f5275da01"
sha256 cellar: :any_skip_relocation, big_sur: "6051d2698709f1e3a12f6f0f2fc299777966176303cbca266707b38c5ec3c0f4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "273781afd4ff73f60578a575f9fdcd5e4123fe55a889e265d8ec7bd87a954c51"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5939a93f8e90462fa77acb1149bab7e75a66222288a87b81dbab3c45ea207300"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bc5f5e61e1e01d3e32d22bdf5c2acb7c50317a9283434302cd85d5af400fa8c4"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "5aa0007cb7cf0a770da856271cf1cb85afed4056812106dba5c330ace3785c4d"
sha256 cellar: :any_skip_relocation, ventura: "4534f14622f38add2346271b31d101cfaa6334b63006556fe39075980b8409b8"
sha256 cellar: :any_skip_relocation, monterey: "b50a98e382edb39e9a06dfed0dbabdbc509f53545f9b982262b4dc85534e1d1f"
sha256 cellar: :any_skip_relocation, big_sur: "a45489c8c9105f8ed5df00809a5a44e3905082fe56cffc847ac5234adf35e789"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3eb1ae2a9bb8d375810b665ae11aa4bf336bfa2ab25804ece21d82d4a00e109e"
end

depends_on "rust" => :build
Expand Down