File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ Pre-built binaries are available for a limited set of platforms.
27
27
28
28
| Platform | Architecture | Download |
29
29
| -------- | ------------ | -------- |
30
- | macOS 15 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.20.1 /macOS-ARM64/unidoc.tar.gz ) |
31
- | Ubuntu 24.04 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.20.1 /Ubuntu-24.04-ARM64/unidoc.tar.gz ) |
32
- | Ubuntu 24.04 | x86_64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.20.1 /Ubuntu-24.04-X64/unidoc.tar.gz ) |
33
- | Ubuntu 22.04 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.20.1 /Ubuntu-22.04-ARM64/unidoc.tar.gz ) |
34
- | Ubuntu 22.04 | x86_64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.20.1 /Ubuntu-22.04-X64/unidoc.tar.gz ) |
30
+ | macOS 15 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.21.0 /macOS-ARM64/unidoc.tar.gz ) |
31
+ | Ubuntu 24.04 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.21.0 /Ubuntu-24.04-ARM64/unidoc.tar.gz ) |
32
+ | Ubuntu 24.04 | x86_64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.21.0 /Ubuntu-24.04-X64/unidoc.tar.gz ) |
33
+ | Ubuntu 22.04 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.21.0 /Ubuntu-22.04-ARM64/unidoc.tar.gz ) |
34
+ | Ubuntu 22.04 | x86_64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.21.0 /Ubuntu-22.04-X64/unidoc.tar.gz ) |
35
35
36
36
37
37
You can download and install the binary under ` /usr/local/bin ` like this:
Original file line number Diff line number Diff line change 1
1
UNIDOC_MIRROR=https://download.swiftinit.org/unidoc
2
- UNIDOC_VERSION=0.20.1
2
+ UNIDOC_VERSION=0.21.0
3
3
UNIDOC_PLATFORM=macOS-ARM64
4
4
5
5
curl -L $UNIDOC_MIRROR /$UNIDOC_VERSION /$UNIDOC_PLATFORM /unidoc.tar.gz \
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ We provide prebuilt binaries for the following platforms:
27
27
28
28
| Platform | Architecture | Download |
29
29
| -------- | ------------ | -------- |
30
- | macOS 15 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.20.1 /macOS-ARM64/unidoc.tar.gz ) |
31
- | Ubuntu 24.04 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.20.1 /Ubuntu-24.04-ARM64/unidoc.tar.gz ) |
32
- | Ubuntu 24.04 | x86_64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.20.1 /Ubuntu-24.04-X64/unidoc.tar.gz ) |
33
- | Ubuntu 22.04 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.20.1 /Ubuntu-22.04-ARM64/unidoc.tar.gz ) |
34
- | Ubuntu 22.04 | x86_64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.20.1 /Ubuntu-22.04-X64/unidoc.tar.gz ) |
30
+ | macOS 15 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.21.0 /macOS-ARM64/unidoc.tar.gz ) |
31
+ | Ubuntu 24.04 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.21.0 /Ubuntu-24.04-ARM64/unidoc.tar.gz ) |
32
+ | Ubuntu 24.04 | x86_64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.21.0 /Ubuntu-24.04-X64/unidoc.tar.gz ) |
33
+ | Ubuntu 22.04 | arm64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.21.0 /Ubuntu-22.04-ARM64/unidoc.tar.gz ) |
34
+ | Ubuntu 22.04 | x86_64 | [ tar.gz] ( https://download.swiftinit.org/unidoc/0.21.0 /Ubuntu-22.04-X64/unidoc.tar.gz ) |
35
35
36
36
Follow our [ quickstart guide] ( https://swiftinit.org/docs/swift-unidoc/guides/quickstart ) to learn how to set up a local Unidoc server.
37
37
You can’t perform that action at this time.
0 commit comments