aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-03-05 14:01:59 +0100
committerLars Hjemli <hjemli@gmail.com>2011-03-05 14:01:59 +0100
commit1b09cbd303d889ec2636127584d57b7f1b70c25e (patch)
tree2b1188f946451d06af4d9120cbc3ba34de716f21 /Makefile
parentMerge branch 'br/misc' (diff)
parentCGIT 0.8.3.5 (diff)
downloadcgit-1b09cbd303d889ec2636127584d57b7f1b70c25e.tar.xz
cgit-1b09cbd303d889ec2636127584d57b7f1b70c25e.zip
Merge branch 'stable'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a988751..14b4df4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CGIT_VERSION = v0.8.3.4
+CGIT_VERSION = v0.8.3.5
CGIT_SCRIPT_NAME = cgit.cgi
CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)
@@ -241,4 +241,4 @@ clean-doc:
rm -f cgitrc.5 cgitrc.5.html cgitrc.5.pdf cgitrc.5.xml cgitrc.5.fo
get-git:
- curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git
+ curl $(GIT_URL) | tar -xjf - && rm -rf git && mv git-$(GIT_VER) git