Skip to content

Commit

Permalink
bump version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
upa committed Jul 20, 2023
1 parent a847ef1 commit 8ab06c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,14 @@ wget https://github.com/upa/mscp/releases/latest/download/mscp_ubuntu-20.04-x86_
apt-get install -f ./mscp_ubuntu-20.04-x86_64.deb
```

- Rocky 8.6
- Rocky 8.8
```console
yum install https://github.com/upa/mscp/releases/latest/download/mscp_rocky-8.6-x86_64.rpm
yum install https://github.com/upa/mscp/releases/latest/download/mscp_rocky-8.8-x86_64.rpm
```

- Alma 8.8
```console
yum install https://github.com/upa/mscp/releases/latest/download/mscp_almalinux-8.8-x86_64.rpm
```

- Linux with single binary `mscp` (x86_64 only)
Expand All @@ -67,7 +72,7 @@ patch introduces asynchronous SFTP Write, which is derived from
https://github.com/limes-datentechnik-gmbh/libssh (see [Re: SFTP Write
async](https://archive.libssh.org/libssh/2020-06/0000004.html)).

Currently macOS and Linux (Ubuntu, Rocky, Alma) are supported.
Currently macOS and Linux (Ubuntu, Rocky and Alma) are supported.

```console
# clone this repository
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9

0 comments on commit 8ab06c9

Please sign in to comment.