mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
scrcpy: Update to version 1.25
This commit is contained in:
parent
c02291cf88
commit
2ae8f1ca95
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "1.24",
|
"version": "1.25",
|
||||||
"description": "Display and control your Android device",
|
"description": "Display and control your Android device",
|
||||||
"homepage": "https://github.com/Genymobile/scrcpy",
|
"homepage": "https://github.com/Genymobile/scrcpy",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"depends": "adb",
|
"depends": "adb",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.24/scrcpy-win64-v1.24.zip",
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.25/scrcpy-win64-v1.25.zip",
|
||||||
"hash": "6ccb64cba0a3e75715e85a188daeb4f306a1985f8ce123eba92ba74fc9b27367"
|
"hash": "db65125e9c65acd00359efb7cea9c05f63cc7ccd5833000cd243cc92f5053028"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.24/scrcpy-win32-v1.24.zip",
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.25/scrcpy-win32-v1.25.zip",
|
||||||
"hash": "9d8135f26430925a5fdb8ff23b1fe88fc407f905fb61a311d329b083fee5a745"
|
"hash": "d9422cafecb28d9df9dd8490b492bc2e573f8962854163294ba85b239becc0a3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",
|
"pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user