Skip to content

Commit

Permalink
Update download url to point to new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarclay committed May 4, 2024
1 parent 6b885cd commit 060f948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version:
download:
ifeq (,$(wildcard $(HOME)/.emacs.d/parinfer-rust/parinfer-rust-$(OS).so))
mkdir -p $(HOME)/.emacs.d/parinfer-rust
curl -L "https://github.com/justinbarclay/parinfer-rust/releases/download/v0.4.5/parinfer-rust-$(OS).so" -o "$(HOME)/.emacs.d/parinfer-rust/parinfer-rust-$(OS).so"
curl -L "https://github.com/justinbarclay/parinfer-rust-emacs/releases/download/v0.4.5/parinfer-rust-$(OS).so" -o "$(HOME)/.emacs.d/parinfer-rust-emacs/parinfer-rust-$(OS).so"
endif

test: clean elpa version download build
Expand Down
2 changes: 1 addition & 1 deletion parinfer-rust-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Set this to non-nil to disable troublesome modes without prompting."
(defconst parinfer-rust--ask-to-download "Could not find the parinfer-rust library, would you like to automatically download it from github?")
(defconst parinfer-rust--outdated-version "You are using a parinfer-rust library that is not compatible with this file, would you like to download the appropriate file from github?")

(defvar parinfer-rust--download-url "https://github.com/justinbarclay/parinfer-rust/releases/download/v%s/%s"
(defvar parinfer-rust--download-url "https://github.com/justinbarclay/parinfer-rust-emacs/releases/download/v%s/%s"
"The url to download the parinfer-rust library from.
This should be a format string that takes two arguments, the
Expand Down

0 comments on commit 060f948

Please sign in to comment.