Skip to content

Commit

Permalink
Update checksum for latest patch release bundle in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed Jan 6, 2025
1 parent 4b4ac84 commit a01c58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ On linux, simply download the toolchain, unpack it, and add it to your `PATH`.
Next, install the Android SDK bundle by having the Swift toolchain directly
download it:
```
swift sdk install https://github.com/finagolfin/swift-android-sdk/releases/download/6.0.3/swift-6.0.3-RELEASE-android-24-0.1.artifactbundle.tar.gz --checksum d75615eac3e614131133c7cc2076b0b8fb4327d89dce802c25cd53e75e1881f4
swift sdk install https://github.com/finagolfin/swift-android-sdk/releases/download/6.0.3/swift-6.0.3-RELEASE-android-24-0.1.artifactbundle.tar.gz --checksum 4566f23ae2d36dc5c02e915cd67d83b2af971faca4b2595fdd75cf0286acfac1
```
or alternately, download the SDK bundle with your favorite downloader and install
it separately:
```
> wget https://github.com/finagolfin/swift-android-sdk/releases/download/6.0.3/swift-6.0.3-RELEASE-android-24-0.1.artifactbundle.tar.gz
> sha256sum swift-6.0.3-RELEASE-android-24-0.1.artifactbundle.tar.gz
d75615eac3e614131133c7cc2076b0b8fb4327d89dce802c25cd53e75e1881f4 swift-6.0.3-RELEASE-android-24-0.1.artifactbundle.tar.gz
4566f23ae2d36dc5c02e915cd67d83b2af971faca4b2595fdd75cf0286acfac1 swift-6.0.3-RELEASE-android-24-0.1.artifactbundle.tar.gz
> swift sdk install swift-6.0.3-RELEASE-android-24-0.1.artifactbundle.tar.gz
```
You can check if it was properly installed by running `swift sdk list`.
Expand Down

0 comments on commit a01c58c

Please sign in to comment.