From 9a09b4914be6d228f0c390848b029b1c6405599f Mon Sep 17 00:00:00 2001 From: Eugene Boguslavsky Date: Thu, 15 Aug 2024 16:02:37 -0700 Subject: [PATCH] Update chocolatey sui content (#19008) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Update chocolatey sui content ## Test plan 👀 --- .github/workflows/release.yml | 6 +++--- chocolatey/sui.nuspec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87a5b2efe8521..1ec80c79b9c12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,9 +171,9 @@ jobs: cat <>VERIFICATION.txt Sui Binary verification steps - 1. Go to https://github.com/MystenLabs/sui/releases/download/${{ env.sui_tag }}/sui-${{ env.sui_tag }}-windows-x86_64.tgz - 2. Extract sui-windows-x86_64.exe - 3. checksum.exe -t sha256 sui-windows-x86_64.exe: ${sui_sha} + 1. Download https://github.com/MystenLabs/sui/releases/download/${{ env.sui_tag }}/sui-${{ env.sui_tag }}-windows-x86_64.tgz + 2. Extract sui.exe + 3. Verify binary: checksum.exe -t sha256 sui.exe: ${sui_sha} File 'LICENSE.txt' is obtained from: https://github.com/MystenLabs/sui/blob/main/LICENSE EOF diff --git a/chocolatey/sui.nuspec b/chocolatey/sui.nuspec index e241fb7aff335..843f5bf90f3c9 100644 --- a/chocolatey/sui.nuspec +++ b/chocolatey/sui.nuspec @@ -5,7 +5,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t sui $version$ - sui + Sui Foundation Main Sui Binary sui https://sui.io/ @@ -15,9 +15,9 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t https://github.com/MystenLabs/sui/issues sui https://community.chocolatey.org/packages/sui.portable - Run a local sui binary + Sui delivers the benefits of Web3 with the ease of Web2 Sui is the first internet-scale programmable blockchain platform - https://github.com/MystenLabs/sui/releases/tag/mainnet-v$version$ + See https://github.com/MystenLabs/sui/releases/tag/testnet-v$version$