Skip to content

Commit

Permalink
Add fallback for tree-sitter tarball
Browse files Browse the repository at this point in the history
GitHub .../archive/... tarballs are not guaranteed to be stable.
  • Loading branch information
thestr4ng3r committed Jun 4, 2024
1 parent a02e608 commit 1a30058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subprojects/tree-sitter.wrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[wrap-file]
source_url = https://github.com/tree-sitter/tree-sitter/archive/v0.21.0.tar.gz
source_fallback_url = https://github.com/rizinorg/fallback-repo/raw/main/tree-sitter-v0.21.0.tar.gz
source_filename = v0.21.0.tar.gz
source_hash = 6bb60e5b63c1dc18aba57a9e7b3ea775b4f9ceec44cc35dac4634d26db4eb69c
patch_directory = tree-sitter-0.21.0
Expand Down

0 comments on commit 1a30058

Please sign in to comment.