summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-04-09 23:04:59 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-04-09 23:04:59 +0200
commit0e6780f2c8a50c15f15bac0898b83c3e376e63cb (patch)
treecbfa35fe04c3dec1c2413d6dd1b5a2bf18292112
parent45c8269441b861109b3542a465340363f5393a03 (diff)
prepare release0.9.20
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ff92535..c22cd8f 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