Skip to content

Commit

Permalink
Merge pull request #158005 from chenrui333/license-eye-checksum
Browse files Browse the repository at this point in the history
license-eye: update to use apache archive dist
  • Loading branch information
BrewTestBot authored Dec 28, 2023
2 parents 480c864 + 8b830c0 commit 59a8760
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Formula/l/license-eye.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
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"

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
Expand Down

0 comments on commit 59a8760

Please sign in to comment.