diff --git a/Makefile b/Makefile
index ff9253535398b161da05dd284bf2e0f3f906b380..c22cd8fa5b816483965970bf508bd70889f9138c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=0.9.19
+V=0.9.20
 
 BINPROGS = \
 	checkpkg \
@@ -68,4 +68,7 @@ uninstall:
 dist:
 	git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz
 
-.PHONY: all install uninstall dist
+upload:
+	scp devtools-$(V).tar.gz gerolde.archlinux.org:/srv/ftp/other/devtools/
+
+.PHONY: all install uninstall dist upload