summaryrefslogtreecommitdiff
path: root/bootstrap-standalone
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-standalone')
-rwxr-xr-xbootstrap-standalone2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-standalone b/bootstrap-standalone
index daeecef..59e8202 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -16,7 +16,7 @@ cd $HOME
if ! test -d $HOME/gnunet; then
git clone git://gnunet.org/gnunet.git
- git -C ~/gnunet checkout -q tags/taler-0.2.0
+ git -C ~/gnunet checkout -q a4295da3df82817ff2fe1fa547374a96a2e0280b
fi
if ! test -d $HOME/libmicrohttpd; then