Skip to content

Commit 665ccb3

Browse files
committed
Update links to 2.7
1 parent 292adf2 commit 665ccb3

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source for the project. Do not download releases from random websites, even if
33
their name contains `scrcpy`.**
44

5-
# scrcpy (v2.6.1)
5+
# scrcpy (v2.7)
66

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

doc/build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ install` must be run as root)._
233233

234234
#### Option 2: Use prebuilt server
235235

236-
- [`scrcpy-server-v2.6.1`][direct-scrcpy-server]
237-
<sub>SHA-256: `ca7ab50b2e25a0e5af7599c30383e365983fa5b808e65ce2e1c1bba5bfe8dc3b`</sub>
236+
- [`scrcpy-server-v2.7`][direct-scrcpy-server]
237+
<sub>SHA-256: `a23c5659f36c260f105c022d27bcb3eafffa26070e7baa9eda66d01377a1adba`</sub>
238238

239-
[direct-scrcpy-server]: https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-server-v2.6.1
239+
[direct-scrcpy-server]: https://github.com/Genymobile/scrcpy/releases/download/v2.7/scrcpy-server-v2.7
240240

241241
Download the prebuilt server somewhere, and specify its path during the Meson
242242
configuration:

doc/windows.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
Download the [latest release]:
66

7-
- [`scrcpy-win64-v2.6.1.zip`][direct-win64] (64-bit)
8-
<sub>SHA-256: `041fc3abf8578ddcead5a8c4a8be8960b7c4d45b21d3370ee2683605e86a728c`</sub>
9-
- [`scrcpy-win32-v2.6.1.zip`][direct-win32] (32-bit)
10-
<sub>SHA-256: `17a5d4d17230b4c90fad45af6395efda9aea287a03c04e6b4ecc9ceb8134ea04`</sub>
7+
- [`scrcpy-win64-v2.7.zip`][direct-win64] (64-bit)
8+
<sub>SHA-256: `5910bc18d5a16f42d84185ddc7e16a4cee6a6f5f33451559c1a1d6d0099bd5f5`</sub>
9+
- [`scrcpy-win32-v2.7.zip`][direct-win32] (32-bit)
10+
<sub>SHA-256: `ef4daf89d500f33d78b830625536ecb18481429dd94433e7634c824292059d06`</sub>
1111

1212
[latest release]: https://github.com/Genymobile/scrcpy/releases/latest
13-
[direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-win64-v2.6.1.zip
14-
[direct-win32]: https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-win32-v2.6.1.zip
13+
[direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v2.7/scrcpy-win64-v2.7.zip
14+
[direct-win32]: https://github.com/Genymobile/scrcpy/releases/download/v2.7/scrcpy-win32-v2.7.zip
1515

1616
and extract it.
1717

install_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -e
33

44
BUILDDIR=build-auto
5-
PREBUILT_SERVER_URL=https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-server-v2.6.1
6-
PREBUILT_SERVER_SHA256=ca7ab50b2e25a0e5af7599c30383e365983fa5b808e65ce2e1c1bba5bfe8dc3b
5+
PREBUILT_SERVER_URL=https://github.com/Genymobile/scrcpy/releases/download/v2.7/scrcpy-server-v2.7
6+
PREBUILT_SERVER_SHA256=a23c5659f36c260f105c022d27bcb3eafffa26070e7baa9eda66d01377a1adba
77

88
echo "[scrcpy] Downloading prebuilt server..."
99
wget "$PREBUILT_SERVER_URL" -O scrcpy-server

0 commit comments

Comments
 (0)