commit 24cf6b104bc4b296a14b74d619c401d524b536e3 parent 680f1d09019d8117f1b2c56c7323b5f45dd7b442 Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 8 Mar 2017 13:39:11 +0100 gnunet version Diffstat:
| M | bootstrap-bluegreen | | | 2 | +- |
| M | bootstrap-standalone | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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 a4295da3df82817ff2fe1fa547374a96a2e0280b + git -C ~/gnunet checkout -q taler-0.2.1 fi if ! test -d $HOME/libmicrohttpd; then diff --git 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 a4295da3df82817ff2fe1fa547374a96a2e0280b + git -C ~/gnunet checkout -q taler-0.2.1 fi if ! test -d $HOME/libmicrohttpd; then