Skip to content

Commit

Permalink
main/tree-sitter-cli: update to 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Oct 6, 2024
1 parent 77992f7 commit 8d8f2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/tree-sitter-cli/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "tree-sitter-cli"
# match to tree-sitter
pkgver = "0.24.1"
pkgver = "0.24.2"
pkgrel = 0
build_style = "cargo"
make_build_args = ["-p", "tree-sitter-cli"]
Expand All @@ -12,7 +12,7 @@
license = "MIT"
url = "https://tree-sitter.github.io/tree-sitter"
source = f"https://github.com/tree-sitter/tree-sitter/archive/v{pkgver}.tar.gz"
sha256 = "7adb5bb3b3c2c4f4fdc980a9a13df8fbf3526a82b5c37dd9cf2ed29de56a4683"
sha256 = "199da041ac7ef62bccdda9b7bec28aafa073f7eea2677680aa7992d503c9cc64"
# requires fetching fixtures
options = ["!check"]

Expand Down

0 comments on commit 8d8f2a1

Please sign in to comment.