summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-bluegreen2
-rwxr-xr-xbootstrap-standalone2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 8635f02..54d8269 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -42,7 +42,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
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