Skip to content

Commit

Permalink
Update links to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Aug 2, 2024
1 parent cc41115 commit 44b3fd8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source for the project. Do not download releases from random websites, even if
their name contains `scrcpy`.**

# scrcpy (v2.6)
# scrcpy (v2.6.1)

<img src="app/data/icon.svg" width="128" height="128" alt="scrcpy" align="right" />

Expand Down
6 changes: 3 additions & 3 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ install` must be run as root)._

#### Option 2: Use prebuilt server

- [`scrcpy-server-v2.6`][direct-scrcpy-server]
<sub>SHA-256: `7b723ff79a27f14e6ebaaaae7ef9548c40651c94e64d178612b13adf7158eb2e`</sub>
- [`scrcpy-server-v2.6.1`][direct-scrcpy-server]
<sub>SHA-256: `ca7ab50b2e25a0e5af7599c30383e365983fa5b808e65ce2e1c1bba5bfe8dc3b`</sub>

[direct-scrcpy-server]: https://github.com/Genymobile/scrcpy/releases/download/v2.6/scrcpy-server-v2.6
[direct-scrcpy-server]: https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-server-v2.6.1

Download the prebuilt server somewhere, and specify its path during the Meson
configuration:
Expand Down
12 changes: 6 additions & 6 deletions doc/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

Download the [latest release]:

- [`scrcpy-win64-v2.6.zip`][direct-win64] (64-bit)
<sub>SHA-256: `3d490a72997af950aec0540e28627ada35c8226bc9774500014c9697d9b53194`</sub>
- [`scrcpy-win32-v2.6.zip`][direct-win32] (32-bit)
<sub>SHA-256: `6c68f6b31ddef5ed61a7546f423bd4fc99d568eb4c4e3409e0df496187eb3783`</sub>
- [`scrcpy-win64-v2.6.1.zip`][direct-win64] (64-bit)
<sub>SHA-256: `041fc3abf8578ddcead5a8c4a8be8960b7c4d45b21d3370ee2683605e86a728c`</sub>
- [`scrcpy-win32-v2.6.1.zip`][direct-win32] (32-bit)
<sub>SHA-256: `17a5d4d17230b4c90fad45af6395efda9aea287a03c04e6b4ecc9ceb8134ea04`</sub>

[latest release]: https://github.com/Genymobile/scrcpy/releases/latest
[direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v2.6/scrcpy-win64-v2.6.zip
[direct-win32]: https://github.com/Genymobile/scrcpy/releases/download/v2.6/scrcpy-win32-v2.6.zip
[direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-win64-v2.6.1.zip
[direct-win32]: https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-win32-v2.6.1.zip

and extract it.

Expand Down
4 changes: 2 additions & 2 deletions install_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e

BUILDDIR=build-auto
PREBUILT_SERVER_URL=https://github.com/Genymobile/scrcpy/releases/download/v2.6/scrcpy-server-v2.6
PREBUILT_SERVER_SHA256=7b723ff79a27f14e6ebaaaae7ef9548c40651c94e64d178612b13adf7158eb2e
PREBUILT_SERVER_URL=https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-server-v2.6.1
PREBUILT_SERVER_SHA256=ca7ab50b2e25a0e5af7599c30383e365983fa5b808e65ce2e1c1bba5bfe8dc3b

echo "[scrcpy] Downloading prebuilt server..."
wget "$PREBUILT_SERVER_URL" -O scrcpy-server
Expand Down

2 comments on commit 44b3fd8

@adityatelange
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rom1v any specific reason why don't we update the sha hash before release?

when building with linux, each time this is done it pulls down previous version and throws error saying version mismatch!

@rom1v
Copy link
Collaborator Author

@rom1v rom1v commented on 44b3fd8 Aug 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any specific reason why don't we update the sha hash before release?

Yes, basically the SHA256 is the result of the release, so the release may not include the SHA256: #4098 (comment)

Also see bbcd763.

Please sign in to comment.