File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ release-dirs:
307
307
.PHONY : release-windows
308
308
release-windows :
309
309
@hash xgo > /dev/null 2>&1 ; if [ $$ ? -ne 0 ]; then \
310
- $(GO ) get -u github. com/karalabe /xgo; \
310
+ $(GO ) get -u src.techknowlogick. com/xgo; \
311
311
fi
312
312
xgo -dest $(DIST ) /binaries -tags ' netgo $(TAGS)' -ldflags ' -linkmode external -extldflags "-static" $(LDFLAGS)' -targets ' windows/*' -out gitea-$(VERSION ) .
313
313
ifeq ($(CI ) ,drone)
@@ -317,7 +317,7 @@ endif
317
317
.PHONY : release-linux
318
318
release-linux :
319
319
@hash xgo > /dev/null 2>&1 ; if [ $$ ? -ne 0 ]; then \
320
- $(GO ) get -u github. com/karalabe /xgo; \
320
+ $(GO ) get -u src.techknowlogick. com/xgo; \
321
321
fi
322
322
xgo -dest $(DIST ) /binaries -tags ' netgo $(TAGS)' -ldflags ' -linkmode external -extldflags "-static" $(LDFLAGS)' -targets ' linux/*' -out gitea-$(VERSION ) .
323
323
ifeq ($(CI ) ,drone)
@@ -327,7 +327,7 @@ endif
327
327
.PHONY : release-darwin
328
328
release-darwin :
329
329
@hash xgo > /dev/null 2>&1 ; if [ $$ ? -ne 0 ]; then \
330
- $(GO ) get -u github. com/karalabe /xgo; \
330
+ $(GO ) get -u src.techknowlogick. com/xgo; \
331
331
fi
332
332
xgo -dest $(DIST ) /binaries -tags ' netgo $(TAGS)' -ldflags ' $(LDFLAGS)' -targets ' darwin/*' -out gitea-$(VERSION ) .
333
333
ifeq ($(CI ) ,drone)
You can’t perform that action at this time.
0 commit comments