From 02ada1caf979daf58b806117afec1bdc567cf607 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 21 Dec 2023 14:54:42 -0500 Subject: [PATCH 1/2] license-eye: update to use apache archive dist Signed-off-by: Rui Chen --- Formula/l/license-eye.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/l/license-eye.rb b/Formula/l/license-eye.rb index 214a5bd19bee6..de71f0caa3a0e 100644 --- a/Formula/l/license-eye.rb +++ b/Formula/l/license-eye.rb @@ -1,8 +1,9 @@ class LicenseEye < Formula desc "Tool to check and fix license headers and resolve dependency licenses" homepage "https://github.com/apache/skywalking-eyes" - url "https://github.com/apache/skywalking-eyes/archive/refs/tags/v0.5.0.tar.gz" - sha256 "a966e511617fda5628cf3ed816b7152653268f40f3fdba60210f628cf4c75ab9" + url "https://www.apache.org/dyn/closer.lua?path=skywalking/eyes/0.5.0/skywalking-license-eye-0.5.0-src.tgz" + mirror "https://archive.apache.org/dist/skywalking/eyes/0.5.0/skywalking-license-eye-0.5.0-src.tgz" + sha256 "bc1f80d65c69754ad56654c2c6fcd29c163ba2c0d7a10dde3145d55d353d1e74" license "Apache-2.0" head "https://github.com/apache/skywalking-eyes.git", branch: "main" From 8b830c08a2a0af4681733e103802c0c54cec966a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 28 Dec 2023 21:20:18 +0000 Subject: [PATCH 2/2] license-eye: update 0.5.0 bottle. --- Formula/l/license-eye.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/l/license-eye.rb b/Formula/l/license-eye.rb index de71f0caa3a0e..f9b7daac99041 100644 --- a/Formula/l/license-eye.rb +++ b/Formula/l/license-eye.rb @@ -8,13 +8,14 @@ class LicenseEye < Formula head "https://github.com/apache/skywalking-eyes.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "f339ed1b317b4808321cfe52277b1d9bfd7d3d03e17778df9fc6346f0a0852e1" - sha256 cellar: :any_skip_relocation, arm64_monterey: "1e08bb9ec8ee2552e03a1d337834c82e91784a05eeaf3e120eb96257a8a826db" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "00f90e9799e968c3feef373bc9b058c92cadeba1d112383044de8b3157f06db1" - sha256 cellar: :any_skip_relocation, ventura: "79f1888e1863ed28d1e49f65e1235a163081232a0c8f3530103c0c7a2986a3c6" - sha256 cellar: :any_skip_relocation, monterey: "445e3e0be3cef0314058978131b05951d16778ec3204ac7beafe413f17679e10" - sha256 cellar: :any_skip_relocation, big_sur: "bba970717efacdc752616f343cc47df5548618e23bae55746aeef05fc0f1bcb8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "18b0e51348d0fe83a655c7976b60fbf689584930b4c40b736d49caa005fc1f14" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d5b5f7c2cd3ca03e747f9333d42a63e52c83b5971cb628462b8f6b5235d3b99" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d905a19a34d29dfc5cfa2068ba214cdaeced705279d5b1b1e11309e232968175" + sha256 cellar: :any_skip_relocation, arm64_monterey: "4aa5a271017ccdca49ba19853670bb8ccd73d1135f04d00df0381b1d541797c8" + sha256 cellar: :any_skip_relocation, sonoma: "296eddfde7acf8558e627ddfe027be01e870be21999b04125c0fb46b73b23835" + sha256 cellar: :any_skip_relocation, ventura: "fc2a98fedc427622cf32a9e9f50ff35bd81ceca9a0351e49601d42fbdb655543" + sha256 cellar: :any_skip_relocation, monterey: "0c7d66067c3f133cda1696d86ff626c70d490e8ad27f719e51cd4e23275d98d3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "32d613fa2572aca434ec74731f507feade058b3f5befc0a36879e4bba160e63c" end depends_on "go" => :build