Skip to content

Commit

Permalink
Merge pull request Homebrew#202483 from Homebrew/bump-erg-0.6.50
Browse files Browse the repository at this point in the history
erg 0.6.50
  • Loading branch information
BrewTestBot authored Dec 26, 2024
2 parents 61d4bec + f6646da commit 9ea9a70
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/e/erg.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9ea9a70

Please sign in to comment.