Skip to content

Commit

Permalink
Merge pull request #178932 from Homebrew/bump-babel-7.25.2
Browse files Browse the repository at this point in the history
babel 7.25.2
  • Loading branch information
BrewTestBot committed Jul 30, 2024
2 parents 31c16cc + 7d72542 commit 3db5a59
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/b/babel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
class Babel < Formula
desc "Compiler for writing next generation JavaScript"
homepage "https://babeljs.io/"
url "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz"
sha256 "21de1e80f822413c8ceea3b299df7b260cc0bf8cf0722b708e0a8ebc7e1bbd95"
url "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz"
sha256 "6873c15a448a1ad6cd7a5b845d20e2348e04abc1a2261354ad3c702689a4ad0a"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9167302f71686a2e493cf0fe3bbd30e0af378a8260915e799981d86314142ca"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d9167302f71686a2e493cf0fe3bbd30e0af378a8260915e799981d86314142ca"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d9167302f71686a2e493cf0fe3bbd30e0af378a8260915e799981d86314142ca"
sha256 cellar: :any_skip_relocation, sonoma: "8db65cad4746608832cddc36aab5d16059ccfda0f2c7f4bef05e06977afe3de7"
sha256 cellar: :any_skip_relocation, ventura: "3a540d0c6d7569f80cb29d0da9551483bd7a360f8748a0b7b2941a9b9c4a0830"
sha256 cellar: :any_skip_relocation, monterey: "d9167302f71686a2e493cf0fe3bbd30e0af378a8260915e799981d86314142ca"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d9d3edb1e988bda520c4d19277d76e9bcdaab3f9cedb981a5c428376764b9af"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e1909b2f685fb27c48edb0b1796c7978094378602decc65d6e2a55dde70fccf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4e1909b2f685fb27c48edb0b1796c7978094378602decc65d6e2a55dde70fccf"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4e1909b2f685fb27c48edb0b1796c7978094378602decc65d6e2a55dde70fccf"
sha256 cellar: :any_skip_relocation, sonoma: "bb5ef195bc8b9df1db4ba6853e5039b2a517711739cf913a5abafde072faa6b2"
sha256 cellar: :any_skip_relocation, ventura: "bb5ef195bc8b9df1db4ba6853e5039b2a517711739cf913a5abafde072faa6b2"
sha256 cellar: :any_skip_relocation, monterey: "4e1909b2f685fb27c48edb0b1796c7978094378602decc65d6e2a55dde70fccf"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9af7f9fd8b98b7e1aad7b6027241f75dc491a9ee4292db01e2620de818fc451b"
end

depends_on "node"
Expand Down

0 comments on commit 3db5a59

Please sign in to comment.