From 1370e7f0a3551905d63c5f2d1d5066cfa78644a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:22:55 +0000 Subject: [PATCH 1/2] astgen 3.10.0 --- Formula/a/astgen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/astgen.rb b/Formula/a/astgen.rb index d642b1baa1ab5..0c153164149d7 100644 --- a/Formula/a/astgen.rb +++ b/Formula/a/astgen.rb @@ -3,8 +3,8 @@ class Astgen < Formula desc "Generate AST in json format for JS/TS" homepage "https://github.com/joernio/astgen" - url "https://github.com/joernio/astgen/archive/refs/tags/v3.9.0.tar.gz" - sha256 "dd88eeee59e118dcf818d2cbe56dcb6a85f780d74601a5db96f4e55869ec22f7" + url "https://github.com/joernio/astgen/archive/refs/tags/v3.10.0.tar.gz" + sha256 "609193fa5e489cfeaa7d1ca3a66e9db932f4c3b886e2f49cdc4f6c2db9aca736" license "Apache-2.0" bottle do From c651fe16ff840c34928b24d60288e73e7432191d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:15:19 +0000 Subject: [PATCH 2/2] astgen: update 3.10.0 bottle. --- Formula/a/astgen.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/astgen.rb b/Formula/a/astgen.rb index 0c153164149d7..72ab62fb4ca00 100644 --- a/Formula/a/astgen.rb +++ b/Formula/a/astgen.rb @@ -8,7 +8,7 @@ class Astgen < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "8f0ecbc320ac521a77533965b29133dc4a5e05ae8d17795295075455eebbd576" + sha256 cellar: :any_skip_relocation, all: "9b9e370183aba9cde6018cd4f9f8630be0f4b791a085b0e84c709e684739bdba" end depends_on "node"