Skip to content

Commit 4983acd

Browse files
authored
Merge pull request Homebrew#218814 from Homebrew/bump-astgen-3.24.0
astgen 3.24.0
2 parents 0cf1acd + 981187b commit 4983acd

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.23.0.tar.gz"
5-
sha256 "ccdfd678c33773be85fb8d2407198d5da732fa69cee6b41f8ec776c43f417918"
4+
url "https://github.com/joernio/astgen/archive/refs/tags/v3.24.0.tar.gz"
5+
sha256 "4014f06eceb0dd0d98ac202c59b5dd27ea298e584cf91f5a56236be45f45d91c"
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: "4b4113eeeb99720bdc313a012a7dbc875c01a0c735d5ceffe70bcc8eacdef262"
10+
sha256 cellar: :any_skip_relocation, all: "109cd664cedbcc3d86f502a7fd116f5cb473fc05f39b8d542627186eb938d8c3"
1111
end
1212

1313
depends_on "node"

0 commit comments

Comments
 (0)