Skip to content

Commit f3dbc25

Browse files
authored
Updated cnode to version 1.35.3
1 parent cbf666f commit f3dbc25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git fetch --recurse-submodules --tags --all
2222
```
2323
git tag
2424
```
25-
3) Replace \<tag\> in this step with the latest tag such as `v1.6.0`.
25+
3) Replace \<tag\> in this step with the latest tag such as `v1.6.1`.
2626
```
2727
git checkout tags/<tag>
2828
```
@@ -153,17 +153,17 @@ addgroup cardano video
153153
154154
## Installing/Upgrading the 'cardano-node' and 'cardano-cli' static binaries (AlpineOS uses static binaries almost exclusively so avoid non-static builds)
155155
156-
#### You can obtain the static binaries for version [1.35.0](https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/1_35_0.zip?raw=true) thanks to Moritz Angermann, the SPO of ZW3RK. You can follow the following commands to install the binaries into the correct folder:
156+
#### You can obtain the static binaries for version [1.35.3](https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/1_35_3.zip?raw=true) thanks to Moritz Angermann, the SPO of ZW3RK. You can follow the following commands to install the binaries into the correct folder:
157157
1) Download the binaries.
158158
159159
```
160-
wget -O ~/aarch64-unknown-linux-musl-cardano-node-1.35.0.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/1_35_0.zip?raw=true
160+
wget -O ~/aarch64-unknown-linux-musl-cardano-node-1.35.3.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/1_35_3.zip?raw=true
161161
```
162162
163163
2) Unzip and install the binaries via the commands.
164164
165165
```
166-
unzip -d ~/ aarch64-unknown-linux-musl-cardano-node-1.35.0.zip
166+
unzip -d ~/ aarch64-unknown-linux-musl-cardano-node-1.35.3.zip
167167
168168
sudo mv ~/cardano-node/* /usr/local/bin/
169169

0 commit comments

Comments
 (0)