From a50c4a2d76f183a5702322b682d904edf742133e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:58:31 +0000 Subject: [PATCH 1/2] erg 0.6.50 --- Formula/e/erg.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/erg.rb b/Formula/e/erg.rb index 4e9e51ac9b3939..824819eb55286c 100644 --- a/Formula/e/erg.rb +++ b/Formula/e/erg.rb @@ -1,8 +1,8 @@ class Erg < Formula desc "Statically typed language that can deeply improve the Python ecosystem" homepage "https://github.com/erg-lang/erg" - url "https://github.com/erg-lang/erg/archive/refs/tags/v0.6.49.tar.gz" - sha256 "696a4bf0f5368858243e4bafea36fcfcb7d041fcbb711bc2c4e4b8c7611cb944" + url "https://github.com/erg-lang/erg/archive/refs/tags/v0.6.50.tar.gz" + sha256 "e48d5cb7370180c6c3cfddbac00099b685e8191e69a6adf5e2424282f3061cd4" license any_of: ["Apache-2.0", "MIT"] livecheck do From f6646da5652c500e7083fa3ec75086fc53671620 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Dec 2024 17:26:17 +0000 Subject: [PATCH 2/2] erg: update 0.6.50 bottle. --- Formula/e/erg.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/erg.rb b/Formula/e/erg.rb index 824819eb55286c..1dfc7a28eb98c6 100644 --- a/Formula/e/erg.rb +++ b/Formula/e/erg.rb @@ -11,12 +11,12 @@ class Erg < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "06dfafdc45f06761e40a7424ef6512f7b119cccbe2552fc92a3209ccc03da58b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "77b98d80a3fd3b36d6e136ad7f6a0a9dc3743476a5f1ebe457dbb0855e4bce2f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "68108a51fdf35b179d3d313989bb52f180dd10e6fbe75a2b54d25e9ba0148b56" - sha256 cellar: :any_skip_relocation, sonoma: "028a95a02d539d4787ea14bb356b5a23688db0b5544925fa647c1d16b6c12be9" - sha256 cellar: :any_skip_relocation, ventura: "6d6b93f2dcf05838fe15aac1c86a6f411cb6463eb1609d49f8a85015100b6378" - sha256 cellar: :any_skip_relocation, x86_64_linux: "21d472d12b3505470635cacaca4d40beb1a9b32b3f74dcc2fb0615fcab88da0d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "70840dc8578c6200a47ad2e98543be4e2251f5f6c58c811f80b73e8e1d58ded9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "780d1f7a027169b479528b06f52e284bede9b9fcd40fc30ac9405b014cbe1b71" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5086eb762a8b6f297a1d794c82ce34897fbaa68add06c8cd4f15c0d632455657" + sha256 cellar: :any_skip_relocation, sonoma: "cabcb362567605681632341dc2eccfcc26c67790564daed6625c178b9479010e" + sha256 cellar: :any_skip_relocation, ventura: "64b2022d9f87e133343a12ce0d8d41e6dee873c1c82df5bb10400686bfc8f0e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a6a28c3ddaad85361e1e2a0b6c50952912d03b36bd1bf988f9c2734ef4bde4a5" end depends_on "rust" => :build