diff --git a/src/Silver.CLI.Core/ExternalToolsManager/toolsourcesettings.json b/src/Silver.CLI.Core/ExternalToolsManager/toolsourcesettings.json index fe1566f..d00dff0 100644 --- a/src/Silver.CLI.Core/ExternalToolsManager/toolsourcesettings.json +++ b/src/Silver.CLI.Core/ExternalToolsManager/toolsourcesettings.json @@ -35,8 +35,8 @@ "Directory": "sct", "DownloadURLs": { "windows": "https://github.com/allisterb/Stratis.SmartContracts.Tools.Sct/releases/download/2.0.0.1-silver/sct-2.0.0.1-silver.zip", - "linux": "https://github.com/allisterb/Stratis.SmartContracts.Tools.Sct/releases/download/2.0.0-silver/sct-2.0.0.1-silver.zip", - "osx": "https://github.com/allisterb/Stratis.SmartContracts.Tools.Sct/releases/download/2.0.0-silver/sct-2.0.0.1-silver.zip" + "linux": "https://github.com/allisterb/Stratis.SmartContracts.Tools.Sct/releases/download/2.0.0.1-silver/sct-2.0.0.1-silver.zip", + "osx": "https://github.com/allisterb/Stratis.SmartContracts.Tools.Sct/releases/download/2.0.0.1-silver/sct-2.0.0.1-silver.zip" }, "ExePathsWithinZip": { "windows": "sct\\*.*",