From b3df67a09dd074190c5e039c9e71ad315999e090 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 20 Sep 2023 15:59:30 -0400 Subject: [PATCH 1/2] hurl 4.1.0 --- Formula/h/hurl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hurl.rb b/Formula/h/hurl.rb index 813cc5150b37..3ec6186d2f26 100644 --- a/Formula/h/hurl.rb +++ b/Formula/h/hurl.rb @@ -1,8 +1,8 @@ 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" From 9224e96bb36e5c91de8cd736f530c44a25a76f8a Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Sun, 24 Sep 2023 03:43:19 +0000 Subject: [PATCH 2/2] hurl: update 4.1.0 bottle. --- Formula/h/hurl.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/h/hurl.rb b/Formula/h/hurl.rb index 3ec6186d2f26..295b32a64af9 100644 --- a/Formula/h/hurl.rb +++ b/Formula/h/hurl.rb @@ -7,15 +7,13 @@ class Hurl < Formula 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