forked from TrueCloudLab/frostfs-api-go
migrate to public proto files
This commit is contained in:
parent
b118f469d2
commit
56a38ec33c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PROTO_VERSION=master
|
PROTO_VERSION=v0.5.0
|
||||||
PROTO_URL=https://bitbucket.org/nspcc-dev/neofs-proto/get/$(PROTO_VERSION).tar.gz
|
PROTO_URL=https://github.com/nspcc-dev/neofs-api/archive/$(PROTO_VERSION).tar.gz
|
||||||
|
|
||||||
B=\033[0;1m
|
B=\033[0;1m
|
||||||
G=\033[0;92m
|
G=\033[0;92m
|
||||||
|
|
Loading…
Reference in a new issue