From 5f1c901c539a1932e06739410545dec7a51f07ce Mon Sep 17 00:00:00 2001 From: Daniel Souza Date: Thu, 28 Jul 2022 15:54:51 -0300 Subject: [PATCH] fix: update ds-swig release URLs --- native_client/definitions.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/native_client/definitions.mk b/native_client/definitions.mk index 26ff96077..95f3f1c89 100644 --- a/native_client/definitions.mk +++ b/native_client/definitions.mk @@ -210,11 +210,11 @@ endef SWIG_DIST_URL ?= ifeq ($(SWIG_DIST_URL),) ifeq ($(findstring Linux,$(OS)),Linux) -SWIG_DIST_URL := "https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/ds-swig.linux.amd64.tar.gz" +SWIG_DIST_URL := "https://github.com/coqui-ai/STT/releases/download/v1.3.0/ds-swig.linux.amd64.tar.gz" else ifeq ($(findstring Darwin,$(OS)),Darwin) -SWIG_DIST_URL := "https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/ds-swig.darwin.amd64.tar.gz" +SWIG_DIST_URL := "https://github.com/coqui-ai/STT/releases/download/v1.3.0/ds-swig.darwin.amd64.tar.gz" else ifeq ($(findstring _NT,$(OS)),_NT) -SWIG_DIST_URL := "https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/ds-swig.win.amd64.tar.gz" +SWIG_DIST_URL := "https://github.com/coqui-ai/STT/releases/download/v1.3.0/ds-swig.win.amd64.tar.gz" else $(error There is no prebuilt SWIG available for your platform. Please produce one and set SWIG_DIST_URL.) endif # findstring()