From 060f94880dc966e80e5aa31af325a7673f0ce573 Mon Sep 17 00:00:00 2001 From: Justin Barclay Date: Fri, 3 May 2024 18:41:58 -0700 Subject: [PATCH] Update download url to point to new repo name --- Makefile | 2 +- parinfer-rust-helper.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9f42cee..ea285cf 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/parinfer-rust-helper.el b/parinfer-rust-helper.el index b9abc0d..3aff48f 100644 --- a/parinfer-rust-helper.el +++ b/parinfer-rust-helper.el @@ -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