adb: Fix homepage (#4685)

This commit is contained in:
StarsbySea 2023-04-19 00:47:08 +08:00 committed by GitHub
parent c5a2c663ac
commit bc9f2c2f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
{ {
"version": "34.0.1", "version": "34.0.1",
"description": "Android SDK platform-tools includes tools that interface with the Android platform, such as adb and fastboot", "description": "Android SDK platform-tools includes tools that interface with the Android platform, such as adb and fastboot",
"homepage": "https://developer.android.com/studio/releases/platform-tools.html", "homepage": "https://developer.android.com/studio/releases/platform-tools",
"license": { "license": {
"identifier": "Freeware", "identifier": "Freeware",
"url": "https://developer.android.com/studio/releases/platform-tools.html#downloads" "url": "https://developer.android.com/studio/releases/platform-tools#downloads"
}, },
"url": "https://dl.google.com/android/repository/platform-tools_r34.0.1-windows.zip", "url": "https://dl.google.com/android/repository/platform-tools_r34.0.1-windows.zip",
"hash": "5dd9c2be744c224fa3a7cbe30ba02d2cb378c763bd0f797a7e47e9f3156a5daa", "hash": "5dd9c2be744c224fa3a7cbe30ba02d2cb378c763bd0f797a7e47e9f3156a5daa",