Skip to content

Commit 292a30d

Browse files
authored
Merge pull request #229732 from Homebrew/bump-astgen-3.34.0
astgen 3.34.0
2 parents 2383609 + 006dd9d commit 292a30d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/a/astgen.rb

Lines changed: 4 additions & 4 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.31.0.tar.gz"
5-
sha256 "ca07e878898a33f27e741404828239f99d406f95307b4dc6bc916ee086042ad9"
4+
url "https://github.com/joernio/astgen/archive/refs/tags/v3.34.0.tar.gz"
5+
sha256 "a47a6183678b83653d0037d4bae9a2e3e625a53c730d4b6a9bda6df4816caffd"
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: "f9b14abce4a02bd8bae62a595f3e5815fd51b86d17d7b0773e0a372385bfa5db"
10+
sha256 cellar: :any_skip_relocation, all: "75f9878248595e75aded0d71b0daee30d0b137098cd930eda85049fc9af52671"
1111
end
1212

1313
depends_on "node"
@@ -30,6 +30,6 @@ def install
3030

3131
assert_match "Converted AST", shell_output("#{bin}/astgen -t js -i . -o #{testpath}/out")
3232
assert_match "\"fullName\":\"#{testpath}/main.js\"", (testpath/"out/main.js.json").read
33-
assert_match '"0":"Console"', (testpath/"out/main.js.typemap").read
33+
assert_match '"0:7":"Console"', (testpath/"out/main.js.typemap").read
3434
end
3535
end

0 commit comments

Comments
 (0)