Skip to content

Commit 13a5b0a

Browse files
authored
Merge pull request #230126 from Homebrew/bump-astgen-3.35.0
astgen 3.35.0
2 parents cc307cc + 75d8aab commit 13a5b0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/a/astgen.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Astgen < Formula
22
desc "Generate AST in json format for JS/TS"
33
homepage "https://github.com/joernio/astgen"
4-
url "https://github.com/joernio/astgen/archive/refs/tags/v3.34.0.tar.gz"
5-
sha256 "a47a6183678b83653d0037d4bae9a2e3e625a53c730d4b6a9bda6df4816caffd"
4+
url "https://github.com/joernio/astgen/archive/refs/tags/v3.35.0.tar.gz"
5+
sha256 "be3c0584696c670a341ee7ca6dfbe350a09b577f4ef33033bd75bed5b8d758d1"
66
license "Apache-2.0"
77
head "https://github.com/joernio/astgen.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "75f9878248595e75aded0d71b0daee30d0b137098cd930eda85049fc9af52671"
10+
sha256 cellar: :any_skip_relocation, all: "cd2872237247b4b7caa39d4b41cd25f0ef13db6a2233bffd0863180ca4e64a91"
1111
end
1212

1313
depends_on "node"

0 commit comments

Comments
 (0)