From 9ed787552cd2494e47909bc162c3ff8db6eb2a96 Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Tue, 9 Dec 2025 03:50:03 +1000 Subject: [PATCH 1/3] New version: Speakeasy.speakeasy 1.671.0: add version --- .../s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.yaml diff --git a/manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.yaml new file mode 100644 index 000000000000..361f23dd95f2 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.671.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From cd324dc72fc7e28a93e6a6b2b2fd5f64da580815 Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Tue, 9 Dec 2025 03:50:05 +1000 Subject: [PATCH 2/3] New version: Speakeasy.speakeasy 1.671.0: add installer --- .../Speakeasy.speakeasy.installer.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.installer.yaml diff --git a/manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 000000000000..a5b90508ed5e --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.671.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-12-08" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.671.0/speakeasy_windows_386.zip + InstallerSha256: bf25a48eaf8e31864e152f0014d5c9b02e15ff5c01a1ae97c949fa3bf0237239 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.671.0/speakeasy_windows_arm64.zip + InstallerSha256: f2ad455be5ffb7964ced5934e8bcd3b69a47372a55d8cfc493dcc53e9a4762e4 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.671.0/speakeasy_windows_amd64.zip + InstallerSha256: 4befbd03ee45091873887b2cf5f7fb436dc304ccdfc3ff5dddffb21e7e4627ac + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 From 370fbf3f8152254d4cf1bd49574c1baec05190ad Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Tue, 9 Dec 2025 03:50:07 +1000 Subject: [PATCH 3/3] New version: Speakeasy.speakeasy 1.671.0: add locale --- .../Speakeasy.speakeasy.locale.en-US.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.locale.en-US.yaml diff --git a/manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 000000000000..1a47eeaf0a8a --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.671.0/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.671.0 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.671.0 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.671.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0