Skip to content

Commit 79bb3fa

Browse files
committed
langs: Switch from dl.bintray.com to github.com for binary hosting
1 parent a811525 commit 79bb3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

langs/tree-sitter-langs-build.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ If VERSION and OS are not spcified, use the defaults of
7373
"Return the URL to download the grammar bundle.
7474
If VERSION and OS are not specified, use the defaults of
7575
`tree-sitter-langs--bundle-version' and `tree-sitter-langs--os'."
76-
;; TODO: Use https://elpa.ubolonton.org/packages/bin as the canonical source.
77-
(format "https://dl.bintray.com/ubolonton/emacs/%s"
76+
(format "https://github.com/ubolonton/tree-sitter-langs/releases/download/%s/%s"
77+
version
7878
(tree-sitter-langs--bundle-file ".gz" version os)))
7979

8080
;;; A list of (LANG-SYMBOL VERSION-TO-BUILD &optional PATHS REPO-URL).

0 commit comments

Comments
 (0)