summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index f091ab4..c0ad248 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -21,13 +21,12 @@
## along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
##
-LUFA_VERSION := 120219
+LUFA_VERSION := 140928
all: download-lufa
download-lufa: LUFA-${LUFA_VERSION}.zip
LUFA-${LUFA_VERSION}.zip:
- wget "http://lufa-lib.googlecode.com/files/$@" -O "$@"
+ wget "http://www.github.com/abcminiuser/lufa/archive/$@" -O "$@"
unzip $@
-