Skip to content
Merged

hurl 4.1.0 #144338

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
20 changes: 9 additions & 11 deletions Formula/h/hurl.rb
Original file line number Diff line number Diff line change
@@ -1,21 +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/4.0.0.tar.gz"
sha256 "43b5943b8135a0b2c0bb16897291e641f38e7e81aab17a18ee3d6eb5e1cd0d48"
url "https://github.com/Orange-OpenSource/hurl/archive/refs/tags/4.1.0.tar.gz"
sha256 "3356f64158e6dc5f2e29c37eee80a43332b1734baa7380356affeb5160ffca09"
license "Apache-2.0"
head "https://github.com/Orange-OpenSource/hurl.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9bf524bd1010de3c45e5ad095e3c8260ac7cf3e9285200052ef99c71d764f027"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1419159c283b3ef33b6feeb54bfaea45f35acae79a933de2f1a0e663721a1f9c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fcbc212b2f6eae27ca6f786bd7304e0b33a5217a7d110398c007f7ce5d8f2a0c"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "56c185ce1da7d5aed23d6c2c47c57ed98c1da2e897804b5cab863b4e56b78b8d"
sha256 cellar: :any_skip_relocation, sonoma: "0533b16456caa98727877519df76b1444e9702766354b18844ca1dfce8e4c3e6"
sha256 cellar: :any_skip_relocation, ventura: "56c8aaafaf7ecab59d1521a394b3049f3a8a0cbd00ce39b8e327a468e921113f"
sha256 cellar: :any_skip_relocation, monterey: "bc9733e5a63a29d83cedb6d6bae167ab83af2899c949453a8f0f272c8adf450e"
sha256 cellar: :any_skip_relocation, big_sur: "5c4ce86704274046c784a00f303e948c35967221c59d99df9dd487135a769cac"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9a0da3ebafb75dc82ebd77765b5170c199b9713fe821aae0e55120fd0b98946a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d082dae01d806d74726a8da68aef0a616c382eb2759e5b3512d62c7c9a4ef29b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "be207c134e75c207390a606632e9e8ca43c5effe6c51b33f207720979b485d45"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "2f4d689d7d49782d8d2500fdd914db6a6b42d46ef4eac745393115c3f63a9202"
sha256 cellar: :any_skip_relocation, ventura: "087460804017a0c82bcc77c9d5d86199a497bbaf39111a79c8060a6e244091a5"
sha256 cellar: :any_skip_relocation, monterey: "c2f473d0077aa7a3b05ffc8fdacac23aefffde6108cc0d43e0898ed92a1c4af4"
sha256 cellar: :any_skip_relocation, big_sur: "270debc26fba57ea84f71063168cab45dbce99d8ea76fddb5aa4ed94ba603ee8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e2075cf2a9f72b123b750e4753d18da73b871fd8ec0ebcce553cf0535ce20e1f"
end

depends_on "pkg-config" => :build
Expand Down