Skip to content

Commit

Permalink
doc: updated 'Binary Asset Download' table to include previous `0.7.0…
Browse files Browse the repository at this point in the history
…` release
  • Loading branch information
fujiapple852 committed Nov 25, 2023
1 parent aadca4f commit 9223c8b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,18 +168,18 @@ nix-env -iA trippy
docker run -it fujiapple/trippy
```

### Binary Assets

| Platform | Arch | Asset |
|----------------|---------|-------------------------------------------------------------------------------------------------------------------------|
| Linux (gnu) | x86_64 | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64-unknown-linux-gnu.tar.gz) |
| Linux (musl) | x86_64 | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64-unknown-linux-musl.tar.gz) |
| Linux (gnu) | aarch64 | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-aarch64-unknown-linux-gnu.tar.gz) |
| macOS | x86_64 | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64-apple-darwin.tar.gz) |
| Windows (msvc) | x86_64 | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64-pc-windows-msvc.zip) |
| NetBSD | x86_64 | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64-unknown-netbsd.tar.gz) |
| RPM Package | x86_64 | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64.rpm) |
| Debian Package | x86_64 | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy_x86_64-unknown-linux-gnu_0.8.0_amd64.deb) |
### Binary Asset Download

| OS | Arch | Env | Current | Previous |
|----------------|-----------|----------|-------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|
| Linux | `x86_64` | `gnu` | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64-unknown-linux-gnu.tar.gz) | [0.7.0](https://github.com/fujiapple852/trippy/releases/download/0.7.0/trippy-0.7.0-x86_64-unknown-linux-gnu.tar.gz) |
| Linux | `x86_64` | `musl` | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64-unknown-linux-musl.tar.gz) | n/a |
| Linux | `aarch64` | `gnu` | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-aarch64-unknown-linux-gnu.tar.gz) | [0.7.0](https://github.com/fujiapple852/trippy/releases/download/0.7.0/trippy-0.7.0-aarch64-unknown-linux-gnu.tar.gz) |
| macOS | `x86_64` | `darwin` | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64-apple-darwin.tar.gz) | [0.7.0](https://github.com/fujiapple852/trippy/releases/download/0.7.0/trippy-0.7.0-x86_64-apple-darwin.tar.gz) |
| Windows | `x86_64` | `msvc` | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64-pc-windows-msvc.zip) | [0.7.0](https://github.com/fujiapple852/trippy/releases/download/0.7.0/trippy-0.7.0-x86_64-pc-windows-msvc.zip) |
| NetBSD | `x86_64` | n/a | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64-unknown-netbsd.tar.gz) | [0.7.0](https://github.com/fujiapple852/trippy/releases/download/0.7.0/trippy-0.7.0-x86_64-unknown-netbsd.tar.gz) |
| RPM Package | `x86_64` | `gnu` | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy-0.8.0-x86_64.rpm) | [0.7.0](https://github.com/fujiapple852/trippy/releases/download/0.7.0/trippy-0.7.0-x86_64.rpm) |
| Debian Package | `x86_64` | `gnu` | [0.8.0](https://github.com/fujiapple852/trippy/releases/download/0.8.0/trippy_x86_64-unknown-linux-gnu_0.8.0_amd64.deb) | [0.7.0](https://github.com/fujiapple852/trippy/releases/download/0.7.0/trippy_x86_64-unknown-linux-gnu_0.7.0_amd64.deb) |

## Privileges

Expand Down

0 comments on commit 9223c8b

Please sign in to comment.