Skip to content

Commit

Permalink
langs: Switch from dl.bintray.com to github.com for binary hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Feb 22, 2021
1 parent a811525 commit 79bb3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions langs/tree-sitter-langs-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ If VERSION and OS are not spcified, use the defaults of
"Return the URL to download the grammar bundle.
If VERSION and OS are not specified, use the defaults of
`tree-sitter-langs--bundle-version' and `tree-sitter-langs--os'."
;; TODO: Use https://elpa.ubolonton.org/packages/bin as the canonical source.
(format "https://dl.bintray.com/ubolonton/emacs/%s"
(format "https://github.com/ubolonton/tree-sitter-langs/releases/download/%s/%s"
version
(tree-sitter-langs--bundle-file ".gz" version os)))

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

0 comments on commit 79bb3fa

Please sign in to comment.