Skip to content

Commit

Permalink
main/tree-sitter: 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 06123db commit 77992f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/tree-sitter/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "tree-sitter"
# match to tree-sitter-cli
pkgver = "0.24.1"
pkgver = "0.24.2"
pkgrel = 0
build_style = "makefile"
hostmakedepends = ["pkgconf"]
Expand All @@ -9,7 +9,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"
# check requires cargo/fixture stuff (from remote repositories)
options = ["!check"]

Expand Down

0 comments on commit 77992f7

Please sign in to comment.