]> Cypherpunks.ru repositories - govpn.git/blob - src/Makefile
Update golang.org/x/crypto/poly1305 upstream library
[govpn.git] / src / Makefile
1 GIT ?= git
2
3 all: golang.org/x/crypto github.com/agl/ed25519 github.com/bigeagle/water
4
5 github.com/bigeagle/water:
6         mkdir -p github.com/bigeagle
7         $(GIT) clone https://github.com/bigeagle/water.git github.com/bigeagle/water
8         cd github.com/bigeagle/water && $(GIT) checkout --force 36aebfeb35da4f1f6a975726716c6fc563c5c495
9
10 github.com/agl/ed25519:
11         mkdir -p github.com/agl
12         $(GIT) clone https://github.com/agl/ed25519.git github.com/agl/ed25519
13         cd github.com/agl/ed25519 && $(GIT) checkout --force d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
14
15 golang.org/x/crypto:
16         mkdir -p golang.org/x
17         $(GIT) clone https://go.googlesource.com/crypto golang.org/x/crypto
18         cd golang.org/x/crypto && $(GIT) checkout --force 2f3083f6163ef51179ad42ed523a18c9a1141467