mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
scrcpy: Update to version 1.22
This commit is contained in:
parent
bf4534b778
commit
f10a1ed8f6
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "1.21",
|
"version": "1.22",
|
||||||
"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.21/scrcpy-win64-v1.21.zip",
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.22/scrcpy-win64-v1.22.zip",
|
||||||
"hash": "fdab0c1421353b592a9bbcebd6e252675eadccca65cca8105686feaa9c1ded53"
|
"hash": "ce4d9b8cc761e29862c4a72d8ad6f538bdd1f1831d15fd1f36633cd3b403db82"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.21/scrcpy-win32-v1.21.zip",
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.22/scrcpy-win32-v1.22.zip",
|
||||||
"hash": "2ceb045814758679dfdf68ab348b5083638979298c08235be4fb493a5d1f9201"
|
"hash": "9c6a896e5760fdfaa179eb4c959ee37e9f0489ecbba242f3a78aa09257edd892"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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