Skip to content

Commit

Permalink
Update chocolatey sui content (#19008)
Browse files Browse the repository at this point in the history
## Description 
Update chocolatey sui content

## Test plan 
👀
  • Loading branch information
ebmifa authored and suiwombat committed Sep 16, 2024
1 parent 113d1ae commit f4dc78d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ jobs:
cat <<EOF >>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
Expand Down
6 changes: 3 additions & 3 deletions chocolatey/sui.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
<metadata>
<id>sui</id>
<version>$version$</version>
<owners>sui</owners>
<owners>Sui Foundation</owners>
<title>Main Sui Binary</title>
<authors>sui</authors>
<projectUrl>https://sui.io/</projectUrl>
Expand All @@ -15,9 +15,9 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
<bugTrackerUrl>https://github.com/MystenLabs/sui/issues</bugTrackerUrl>
<tags>sui</tags>
<packageSourceUrl>https://community.chocolatey.org/packages/sui.portable</packageSourceUrl>
<summary>Run a local sui binary</summary>
<summary>Sui delivers the benefits of Web3 with the ease of Web2</summary>
<description>Sui is the first internet-scale programmable blockchain platform</description>
<releaseNotes>https://github.com/MystenLabs/sui/releases/tag/mainnet-v$version$</releaseNotes>
<releaseNotes>See https://github.com/MystenLabs/sui/releases/tag/testnet-v$version$</releaseNotes>
</metadata>
<files>
<file src="../tmp/release/sui.exe" target="bin/sui.exe" />
Expand Down

0 comments on commit f4dc78d

Please sign in to comment.