File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -200,11 +200,11 @@ endef
200
200
201
201
SWIG_DIST_URL ?=
202
202
ifeq ($(findstring Linux,$(OS ) ) ,Linux)
203
- SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.linux.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118 /artifacts/public/ds-swig.tar.gz"
203
+ SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.linux.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0 /artifacts/public/ds-swig.tar.gz"
204
204
else ifeq ($(findstring Darwin,$(OS)),Darwin)
205
- SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.darwin.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118 /artifacts/public/ds-swig.tar.gz"
205
+ SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.darwin.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0 /artifacts/public/ds-swig.tar.gz"
206
206
else ifeq ($(findstring _NT,$(OS)),_NT)
207
- SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.win.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118 /artifacts/public/ds-swig.tar.gz"
207
+ SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.win.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0 /artifacts/public/ds-swig.tar.gz"
208
208
else
209
209
$(error There is no prebuilt SWIG available for your platform. Please produce one and set SWIG_DIST_URL.)
210
210
endif
Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ system:
133
133
url : " https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.linux.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0/artifacts/public/ds-swig.tar.gz"
134
134
namespace : " project.deepspeech.swig.linux.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0"
135
135
osx :
136
- url : " https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.darwin.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118 /artifacts/public/ds-swig.tar.gz"
137
- namespace : " project.deepspeech.swig.darwin.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118 "
136
+ url : " https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.darwin.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0 /artifacts/public/ds-swig.tar.gz"
137
+ namespace : " project.deepspeech.swig.darwin.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0 "
138
138
win :
139
139
url : " https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.win.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0/artifacts/public/ds-swig.tar.gz"
140
140
namespace : " project.deepspeech.swig.win.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0"
You can’t perform that action at this time.
0 commit comments