@@ -8,11 +8,11 @@ Download release binaries
88
99There are binaries available on github releases:
1010
11- - `Linux x86-64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.10 /solang-linux-x86-64 >`_
12- - `Linux arm64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.10 /solang-linux-arm64 >`_
13- - `Windows x64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.10 /solang.exe >`_
14- - `MacOS intel <https://github.com/hyperledger-labs/solang/releases/download/v0.1.10 /solang-mac-intel >`_
15- - `MacOS arm <https://github.com/hyperledger-labs/solang/releases/download/v0.1.10 /solang-mac-arm >`_
11+ - `Linux x86-64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /solang-linux-x86-64 >`_
12+ - `Linux arm64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /solang-linux-arm64 >`_
13+ - `Windows x64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /solang.exe >`_
14+ - `MacOS intel <https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /solang-mac-intel >`_
15+ - `MacOS arm <https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /solang-mac-arm >`_
1616
1717On MacOS, remember to remove the quarantine attribute using ``xattr -d com.apple.quarantine solang-mac-arm ``
1818in the terminal.
@@ -22,7 +22,7 @@ Using ghcr.io/hyperledger-labs/solang containers
2222
2323New images are automatically made available on
2424`solang containers <https://github.com/hyperledger-labs/solang/pkgs/container/solang >`_.
25- There is a release `v0.1.10 ` tag and a `latest ` tag:
25+ There is a release `v0.1.11 ` tag and a `latest ` tag:
2626
2727.. code-block :: bash
2828
@@ -64,15 +64,15 @@ These patches make it possible to generate code for Solana, and fixes some
6464concurrency issues in the lld linker.
6565
6666You can either download the pre-built libraries from
67- `github <https://github.com/hyperledger-labs/solang/releases/tag/v0.1.10 >`_
67+ `github <https://github.com/hyperledger-labs/solang/releases/tag/v0.1.11 >`_
6868or build your own from source. After that, you need to add the `bin ` directory to your
6969path, so that the build system of Solang can find the correct version of llvm to use.
7070
7171Installing LLVM on Linux
7272________________________
7373
7474A pre-built version of llvm, specifically configured for Solang, is available at
75- `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.10 /llvm13.0-linux-x86-64.tar.xz >`_.
75+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /llvm13.0-linux-x86-64.tar.xz >`_.
7676After downloading, untar the file in a terminal and add it to your path.
7777
7878.. code-block :: bash
@@ -84,7 +84,7 @@ Installing LLVM on Windows
8484__________________________
8585
8686A pre-built version of llvm, specifically configured for Solang, is available at
87- `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.10 /llvm13.0-win.zip >`_.
87+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /llvm13.0-win.zip >`_.
8888
8989After unzipping the file, add the bin directory to your path.
9090
@@ -96,8 +96,8 @@ Installing LLVM on Mac
9696______________________
9797
9898A pre-built version of llvm for intel macs, is available at
99- `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.10 /llvm13.0-mac-intel.tar.xz >`_ and for arm macs there is
100- `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.10 /llvm13.0-mac-arm.tar.xz >`_. After downloading,
99+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /llvm13.0-mac-intel.tar.xz >`_ and for arm macs there is
100+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /llvm13.0-mac-arm.tar.xz >`_. After downloading,
101101untar the file in a terminal and add it to your path like so:
102102
103103.. code-block :: bash
0 commit comments