More torrent subsystem upgrades
This commit is contained in:
3
Makefile
3
Makefile
@ -1,4 +1,4 @@
|
|||||||
VERSION=0.0.8
|
VERSION=0.0.9
|
||||||
#CGO_ENABLED=0
|
#CGO_ENABLED=0
|
||||||
#export CGO_ENABLED=0
|
#export CGO_ENABLED=0
|
||||||
export PKG_CONFIG_PATH=/usr/lib/$(uname -m)-linux-musl/pkgconfig
|
export PKG_CONFIG_PATH=/usr/lib/$(uname -m)-linux-musl/pkgconfig
|
||||||
@ -146,6 +146,7 @@ sum:
|
|||||||
|
|
||||||
version:
|
version:
|
||||||
gothub release -u eyedeekay -r $(BINARY) -t "$(VERSION)" -d "`cat desc`"; true
|
gothub release -u eyedeekay -r $(BINARY) -t "$(VERSION)" -d "`cat desc`"; true
|
||||||
|
sleep 2s
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
gothub upload -R -u eyedeekay -r $(BINARY) -t "$(VERSION)" -f $(BINARY)-$(GOOS)-$(GOARCH).su3 -n $(BINARY)-$(GOOS)-$(GOARCH).su3 -l "`sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3`"
|
gothub upload -R -u eyedeekay -r $(BINARY) -t "$(VERSION)" -f $(BINARY)-$(GOOS)-$(GOARCH).su3 -n $(BINARY)-$(GOOS)-$(GOARCH).su3 -l "`sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3`"
|
||||||
|
Reference in New Issue
Block a user