From 83d078deef47564cd071a66fc0f481a9ad46a5bb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 30 Mar 2018 09:31:17 +0100 Subject: [PATCH] Update Hammerspoon spoon download paths --- hammerspoon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hammerspoon/Makefile b/hammerspoon/Makefile index 4f231fc..5ee5419 100644 --- a/hammerspoon/Makefile +++ b/hammerspoon/Makefile @@ -68,5 +68,5 @@ endef # $(eval $(call dep-file,inspect.lua,"https://github.com/kikito/inspect.lua/raw/v3.1.0/inspect.lua")) -$(eval $(call dep-spoon,RoundedCorners,"https://github.com/Hammerspoon/Spoons/raw/master/RoundedCorners.zip")) -$(eval $(call dep-spoon,HeadphoneAutoPause,"https://github.com/Hammerspoon/Spoons/raw/master/HeadphoneAutoPause.zip")) +$(eval $(call dep-spoon,RoundedCorners,"https://github.com/Hammerspoon/Spoons/raw/master/Spoons/RoundedCorners.spoon.zip")) +$(eval $(call dep-spoon,HeadphoneAutoPause,"https://github.com/Hammerspoon/Spoons/raw/master/Spoons/HeadphoneAutoPause.spoon.zip"))