8000 astgen 3.29.0 by BrewTestBot · Pull Request #224851 · Homebrew/homebrew-core · GitHub
[go: up one dir, main page]

Skip to content

astgen 3.29.0 #224851

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
6 changes: 3 additions & 3 deletions Formula/a/astgen.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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.28.0.tar.gz"
sha256 "3036efa603e62feff14e5520bb24242ca8a275bf7e07f630fae45fcf21b5ea23"
url "https://github.com/joernio/astgen/archive/refs/tags/v3.29.0.tar.gz"
sha256 "4f841f76daa13cb6e8e3c1c8b173084d005b4fdbe49e68092c4e9dc4132fa244"
license "Apache-2.0"
head "https://github.com/joernio/astgen.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, all: "eca14b118708f772dd000d4f4662a196798164b35f57ddc846db367f34f5b84c"
sha256 cellar: :any_skip_relocation, all: "93cfdd571ea5cfa13c9e5ae1f5246cd740a8f7ad12749d8969d69496d45554cb"
end

depends_on "node"
Expand Down
Loading
0