From 62ae2775a3419a0ef36e0527fa85da2e646953e7 Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Tue, 12 Nov 2024 19:58:42 +0000 Subject: [PATCH 1/5] New version: Google.PlatformTools version 35.0.2 --- .../Google.PlatformTools.installer.yaml | 19 +++++++++++ .../Google.PlatformTools.locale.en-US.yaml | 32 +++++++++++++++++++ .../35.0.2/Google.PlatformTools.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml create mode 100644 manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml create mode 100644 manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.yaml diff --git a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml new file mode 100644 index 0000000000000..3dacbf4889e1e --- /dev/null +++ b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Google.PlatformTools +PackageVersion: 35.0.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: platform-tools\adb.exe + PortableCommandAlias: adb +- RelativeFilePath: platform-tools\fastboot.exe + PortableCommandAlias: fastboot +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/android/repository/platform-tools_r35.0.2-win.zip + InstallerSha256: 2975A3EAC0B19182748D64195375AD056986561D994FFFBDC64332A516300BB9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml new file mode 100644 index 0000000000000..2fdc8ff556524 --- /dev/null +++ b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Google.PlatformTools +PackageVersion: 35.0.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/tools#tools-platform +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android SDK Platform-Tools +PackageUrl: https://developer.android.com/tools/releases/platform-tools +License: Apache License +LicenseUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.1/NOTICE +Copyright: Copyright (c) 2006-2009, The Android Open Source Project; Copyright 2006, Brian Swetland +CopyrightUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.1/NOTICE +ShortDescription: |- + Android SDK Platform-Tools is a component for the Android SDK. + It includes tools that interface with the Android platform, primarily adb and fastboot. +Tags: +- adb +- android +- debug +- development +- fastboot +- flash +- platform-tools +Documentations: +- DocumentLabel: Android Debug Bridge (adb) + DocumentUrl: https://developer.android.com/tools/adb +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.yaml b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.yaml new file mode 100644 index 0000000000000..1eebbe0ee402b --- /dev/null +++ b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Google.PlatformTools +PackageVersion: 35.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From c3d359da3773ca9fe799969e18bbf6ffe7f7aea1 Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Tue, 12 Nov 2024 20:07:37 +0000 Subject: [PATCH 2/5] Update manifests version to 1.9.0 and enable 'ArchiveBinariesDependOnPath' --- .../PlatformTools/35.0.2/Google.PlatformTools.installer.yaml | 5 +++-- .../35.0.2/Google.PlatformTools.locale.en-US.yaml | 4 ++-- .../g/Google/PlatformTools/35.0.2/Google.PlatformTools.yaml | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml index 3dacbf4889e1e..2a2e54a536358 100644 --- a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml +++ b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml @@ -1,5 +1,5 @@ # Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Google.PlatformTools PackageVersion: 35.0.2 @@ -15,5 +15,6 @@ Installers: - Architecture: x64 InstallerUrl: https://dl.google.com/android/repository/platform-tools_r35.0.2-win.zip InstallerSha256: 2975A3EAC0B19182748D64195375AD056986561D994FFFBDC64332A516300BB9 + ArchiveBinariesDependOnPath: true ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml index 2fdc8ff556524..36bd49145cdd8 100644 --- a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml +++ b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml @@ -1,5 +1,5 @@ # Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Google.PlatformTools PackageVersion: 35.0.2 @@ -29,4 +29,4 @@ Documentations: - DocumentLabel: Android Debug Bridge (adb) DocumentUrl: https://developer.android.com/tools/adb ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.yaml b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.yaml index 1eebbe0ee402b..687eb43d02647 100644 --- a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.yaml +++ b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.yaml @@ -1,8 +1,8 @@ # Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Google.PlatformTools PackageVersion: 35.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 From ffae122330d9d14311d458d1042654ae5e5a01bd Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Wed, 4 Dec 2024 08:19:50 +0000 Subject: [PATCH 3/5] Update manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml Co-authored-by: Anthony Swierkosz --- .../PlatformTools/35.0.2/Google.PlatformTools.installer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml index 2a2e54a536358..bca5e1197b805 100644 --- a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml +++ b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml @@ -11,6 +11,7 @@ NestedInstallerFiles: - RelativeFilePath: platform-tools\fastboot.exe PortableCommandAlias: fastboot UpgradeBehavior: uninstallPrevious +ReleaseDate: 2024-07-26 Installers: - Architecture: x64 InstallerUrl: https://dl.google.com/android/repository/platform-tools_r35.0.2-win.zip From d299d2c520a7d8a477139c35fc1a237f736dca56 Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Wed, 4 Dec 2024 08:20:12 +0000 Subject: [PATCH 4/5] Update manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml Co-authored-by: Anthony Swierkosz --- .../35.0.2/Google.PlatformTools.locale.en-US.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml index 36bd49145cdd8..54ff94ed82143 100644 --- a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml +++ b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml @@ -11,9 +11,9 @@ PrivacyUrl: https://policies.google.com/privacy PackageName: Android SDK Platform-Tools PackageUrl: https://developer.android.com/tools/releases/platform-tools License: Apache License -LicenseUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.1/NOTICE +LicenseUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.2/NOTICE Copyright: Copyright (c) 2006-2009, The Android Open Source Project; Copyright 2006, Brian Swetland -CopyrightUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.1/NOTICE +CopyrightUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.2/NOTICE ShortDescription: |- Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, primarily adb and fastboot. From 2cb5e43a9f621e24985d369ce0a5e73653f973e2 Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Wed, 4 Dec 2024 08:20:26 +0000 Subject: [PATCH 5/5] Update manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml Co-authored-by: Anthony Swierkosz --- .../35.0.2/Google.PlatformTools.locale.en-US.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml index 54ff94ed82143..24ae140d28a06 100644 --- a/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml +++ b/manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml @@ -25,6 +25,14 @@ Tags: - fastboot - flash - platform-tools +ReleaseNotes: |- + adb + - Fix openscreen mDNS backend bug bringing down server on truncated query issue #294120933. + - Make openscreen mDNS backend work on macOS. + - Make openscreen mDNS backend default on all platforms. + - Support to detect USB SuperSpeed+ (current and negotiated speeds) for diagnostic purposes. + - Graceful shutdown: Release all USB interfaces on shutdown (all OSes). +ReleaseNotesUrl: https://developer.android.com/tools/releases/platform-tools#3502_july_2024 Documentations: - DocumentLabel: Android Debug Bridge (adb) DocumentUrl: https://developer.android.com/tools/adb