summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 16:35:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 16:35:52 -0400
commit3154c90714ef2bcd21c325be4902a6e69aedcaff (patch)
treef931fe2f0bebc74ceb5b72713494953b6c69ddc2 /Makefile
parentec8779248b4d91fb189b658097fa162e6f753991 (diff)
parent8f94d8118fefc48b12be4a35df5ae2ff7a39486f (diff)
Merge tag '20160527.1'HEADlibretools-20160609master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ce2b042..f3c9692 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20151129
+V=20160527.1
PREFIX = /usr/local
@@ -112,6 +112,7 @@ dist:
gpg --detach-sign --use-agent devtools-$(V).tar.gz
upload:
- scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig nymeria.archlinux.org:/srv/ftp/other/devtools/
+ scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig repos.archlinux.org:/srv/ftp/other/devtools/
.PHONY: all clean install uninstall dist upload
+