You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2019/07/17 12:49:24 UTC

[mynewt-newt] branch master updated: Update links to newt 1.6.0 for Windows

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git


The following commit(s) were added to refs/heads/master by this push:
     new b6ccedc  Update links to newt 1.6.0 for Windows
b6ccedc is described below

commit b6ccedc5c788e924331106f811e040779b9ac20a
Author: mkasenberg <ma...@wp.pl>
AuthorDate: Wed Jul 17 14:20:44 2019 +0200

    Update links to newt 1.6.0 for Windows
---
 docs/install/newt_windows.rst | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/install/newt_windows.rst b/docs/install/newt_windows.rst
index e4db9ac..74ab207 100644
--- a/docs/install/newt_windows.rst
+++ b/docs/install/newt_windows.rst
@@ -13,7 +13,7 @@ This guide shows you how to perform the following:
 
 1. Install MSYS2/MinGW.
 2. Install Git.
-3. Install latest release (1.5.0) of newt from binary.
+3. Install latest release (1.6.0) of newt from binary.
 4. Install latest release of newt from source.
 
 See :doc:`prev_releases` to install an earlier version of newt. You still need
@@ -85,11 +85,11 @@ You can install the latest release of newt from binary. It has been tested on Wi
 
 1. Start a MinGW terminal.
 
-2. Download the newt binary tar file. The link suggested below should direct you to the nearest mirror automatically. If it does not, go to http://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.5.0/ and manually choose the specific mirror site suggested for you.
+2. Download the newt binary tar file. The link suggested below should direct you to the nearest mirror automatically. If it does not, go to http://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.6.0/ and manually choose the specific mirror site suggested for you.
 
    .. code-block:: console
 
-    $ wget -P /tmp http://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.5.0/apache-mynewt-newt-bin-windows-1.5.0.tgz
+    $ wget -P /tmp http://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.6.0/apache-mynewt-newt-bin-windows-1.6.0.tgz
 
 3. Extract the file:
 
@@ -98,13 +98,13 @@ You can install the latest release of newt from binary. It has been tested on Wi
 
       .. code-block:: console
 
-        tar -xzf /tmp/apache-mynewt-newt-bin-windows-1.5.0.tgz -C $GOPATH/bin
+        tar -xzf /tmp/apache-mynewt-newt-bin-windows-1.6.0.tgz -C $GOPATH/bin
 
    -  If you are installing newt for the first time and do not have a Go workspace setup, you can extract into /usr/bin directory:
 
       .. code-block:: console
 
-        tar -xzf /tmp/apache-mynewt-newt-bin-windows-1.5.0.tgz -C /usr/bin
+        tar -xzf /tmp/apache-mynewt-newt-bin-windows-1.6.0.tgz -C /usr/bin
 
 4. Verify the installed version of newt. See `Checking the Installed Version`_.
 
@@ -123,16 +123,16 @@ source.
 
    .. code-block:: console
 
-    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_5_0_tag.tar.gz
-    $ tar -xzf /tmp/mynewt_1_5_0_tag.tar.gz
+    $ wget -P /tmp https://github.com/apache/mynewt-newt/archive/mynewt_1_6_0_tag.tar.gz
+    $ tar -xzf /tmp/mynewt_1_6_0_tag.tar.gz
 
 4. Run the build.sh to build the newt tool.
 
    .. code-block:: console
 
-    $ cd mynewt-newt-mynewt_1_5_0_tag
+    $ cd mynewt-newt-mynewt_1_6_0_tag
     $ ./build.sh
-    $ rm /tmp/mynewt_1_5_0_tag.tar.gz
+    $ rm /tmp/mynewt_1_6_0_tag.tar.gz
 
 5. You should see the ``newt/newt.exe`` executable. Move the executable to a bin directory in your PATH:
 
@@ -157,7 +157,7 @@ Checking the Installed Version
    .. code-block:: console
 
     $ newt version
-    Apache Newt version: 1.5.0
+    Apache Newt version: 1.6.0
 
 2. Get information about newt: