diff options
author | Alexandru Bucur <melipse@gmail.com> | 2019-07-01 00:17:43 +0300 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-06-30 17:17:43 -0400 |
commit | 36448bc923a2d7a7f2f2ae99453a6f1549b52841 (patch) | |
tree | dbba68dab175106eb03a7714b5ba6cc2dfc9bcc6 /docs/content/doc/installation/from-binary.en-us.md | |
parent | 17fa227f372c47d6ba6f0c42104ca731db108d88 (diff) | |
download | gitea-36448bc923a2d7a7f2f2ae99453a6f1549b52841.tar.gz gitea-36448bc923a2d7a7f2f2ae99453a6f1549b52841.zip |
1.8.3 release (#7332)
Diffstat (limited to 'docs/content/doc/installation/from-binary.en-us.md')
-rw-r--r-- | docs/content/doc/installation/from-binary.en-us.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/installation/from-binary.en-us.md b/docs/content/doc/installation/from-binary.en-us.md index 12e38e8096..e41028eeb2 100644 --- a/docs/content/doc/installation/from-binary.en-us.md +++ b/docs/content/doc/installation/from-binary.en-us.md @@ -21,7 +21,7 @@ the destination platform from the [downloads page](https://dl.gitea.io/gitea/), the URL and replace the URL within the commands below: ```sh -wget -O gitea https://dl.gitea.io/gitea/1.7.0/gitea-1.7.0-linux-amd64 +wget -O gitea https://dl.gitea.io/gitea/1.8.3/gitea-1.8.3-linux-amd64 chmod +x gitea ``` @@ -30,7 +30,7 @@ Gitea signs all binaries with a [GPG key](https://pgp.mit.edu/pks/lookup?op=vind ```sh gpg --keyserver pgp.mit.edu --recv 7C9E68152594688862D62AF62D9AE806EC1592E2 -gpg --verify gitea-1.7.0-linux-amd64.asc gitea-1.7.0-linux-amd64 +gpg --verify gitea-1.8.3-linux-amd64.asc gitea-1.8.3-linux-amd64 ``` ## Test |