From 564bcc1f24f01249607a4a1ffd133c867d5dd397 Mon Sep 17 00:00:00 2001 From: Jesse Josiah Date: Fri, 31 Jul 2026 01:29:03 +0100 Subject: [PATCH 1/2] New package: StackShift.StackShift version 1.0.2 --- .../StackShift.StackShift.installer.yaml | 24 +++++++++++++++++++ .../StackShift.StackShift.locale.en-US.yaml | 18 ++++++++++++++ .../1.0.2/StackShift.StackShift.yaml | 7 ++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.installer.yaml create mode 100644 manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.locale.en-US.yaml create mode 100644 manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.yaml diff --git a/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.installer.yaml b/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.installer.yaml new file mode 100644 index 000000000000..ed18a851fc9d --- /dev/null +++ b/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.installer.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: StackShift.StackShift +PackageVersion: 1.0.2 +InstallerType: zip +NestedInstallerType: portable +Commands: + - stackshift +ReleaseDate: 2026-07-30 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/stackshiftCloud/stackshift-cli/releases/download/v1.0.2/stackshift_windows_amd64.zip + InstallerSha256: 9889FAE7A9DAE28A1EF2012EFF27D6E7E0B935E706A29AAF7F0FF38B5EEFEF2E + NestedInstallerFiles: + - RelativeFilePath: stackshift.exe + PortableCommandAlias: stackshift + - Architecture: arm64 + InstallerUrl: https://github.com/stackshiftCloud/stackshift-cli/releases/download/v1.0.2/stackshift_windows_arm64.zip + InstallerSha256: A85CF0893155B9E330EF41305B8F466073FC7C3E1863D9475098DAF3CF1D521A + NestedInstallerFiles: + - RelativeFilePath: stackshift.exe + PortableCommandAlias: stackshift +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.locale.en-US.yaml b/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.locale.en-US.yaml new file mode 100644 index 000000000000..d9317843956c --- /dev/null +++ b/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: StackShift.StackShift +PackageVersion: 1.0.2 +PackageLocale: en-US +Publisher: StackShift +PublisherUrl: https://stackshift.cloud +PackageName: StackShift CLI +PackageUrl: https://github.com/stackshiftCloud/stackshift-cli +License: Proprietary +ShortDescription: Manage StackShift from the command line +Moniker: stackshift +Tags: + - cli + - cloud + - paas +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.yaml b/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.yaml new file mode 100644 index 000000000000..c95834183b75 --- /dev/null +++ b/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: StackShift.StackShift +PackageVersion: 1.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ccf494df9b8d0cdc6b87fc43829a8c42fb462273 Mon Sep 17 00:00:00 2001 From: Jesse Josiah Date: Fri, 31 Jul 2026 06:12:49 +0100 Subject: [PATCH 2/2] Update StackShift.StackShift to 1.0.3 --- .../StackShift.StackShift.installer.yaml | 12 ++++++------ .../StackShift.StackShift.locale.en-US.yaml | 2 +- .../{1.0.2 => 1.0.3}/StackShift.StackShift.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) rename manifests/s/StackShift/StackShift/{1.0.2 => 1.0.3}/StackShift.StackShift.installer.yaml (66%) rename manifests/s/StackShift/StackShift/{1.0.2 => 1.0.3}/StackShift.StackShift.locale.en-US.yaml (95%) rename manifests/s/StackShift/StackShift/{1.0.2 => 1.0.3}/StackShift.StackShift.yaml (90%) diff --git a/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.installer.yaml b/manifests/s/StackShift/StackShift/1.0.3/StackShift.StackShift.installer.yaml similarity index 66% rename from manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.installer.yaml rename to manifests/s/StackShift/StackShift/1.0.3/StackShift.StackShift.installer.yaml index ed18a851fc9d..4adfda97f9de 100644 --- a/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.installer.yaml +++ b/manifests/s/StackShift/StackShift/1.0.3/StackShift.StackShift.installer.yaml @@ -1,22 +1,22 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: StackShift.StackShift -PackageVersion: 1.0.2 +PackageVersion: 1.0.3 InstallerType: zip NestedInstallerType: portable Commands: - stackshift -ReleaseDate: 2026-07-30 +ReleaseDate: 2026-07-31 Installers: - Architecture: x64 - InstallerUrl: https://github.com/stackshiftCloud/stackshift-cli/releases/download/v1.0.2/stackshift_windows_amd64.zip - InstallerSha256: 9889FAE7A9DAE28A1EF2012EFF27D6E7E0B935E706A29AAF7F0FF38B5EEFEF2E + InstallerUrl: https://github.com/stackshiftCloud/stackshift-cli/releases/download/v1.0.3/stackshift_windows_amd64.zip + InstallerSha256: 28696F41A99598F919C7475EC87BB075FA09F41BEA9466F7CBE6DD1167A2519B NestedInstallerFiles: - RelativeFilePath: stackshift.exe PortableCommandAlias: stackshift - Architecture: arm64 - InstallerUrl: https://github.com/stackshiftCloud/stackshift-cli/releases/download/v1.0.2/stackshift_windows_arm64.zip - InstallerSha256: A85CF0893155B9E330EF41305B8F466073FC7C3E1863D9475098DAF3CF1D521A + InstallerUrl: https://github.com/stackshiftCloud/stackshift-cli/releases/download/v1.0.3/stackshift_windows_arm64.zip + InstallerSha256: 232DAB215C029F93F0ACA57B1B774D5A252F5C83BFA171518C8B69C110790EE8 NestedInstallerFiles: - RelativeFilePath: stackshift.exe PortableCommandAlias: stackshift diff --git a/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.locale.en-US.yaml b/manifests/s/StackShift/StackShift/1.0.3/StackShift.StackShift.locale.en-US.yaml similarity index 95% rename from manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.locale.en-US.yaml rename to manifests/s/StackShift/StackShift/1.0.3/StackShift.StackShift.locale.en-US.yaml index d9317843956c..9b03ddeb7337 100644 --- a/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.locale.en-US.yaml +++ b/manifests/s/StackShift/StackShift/1.0.3/StackShift.StackShift.locale.en-US.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: StackShift.StackShift -PackageVersion: 1.0.2 +PackageVersion: 1.0.3 PackageLocale: en-US Publisher: StackShift PublisherUrl: https://stackshift.cloud diff --git a/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.yaml b/manifests/s/StackShift/StackShift/1.0.3/StackShift.StackShift.yaml similarity index 90% rename from manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.yaml rename to manifests/s/StackShift/StackShift/1.0.3/StackShift.StackShift.yaml index c95834183b75..66ff1f456931 100644 --- a/manifests/s/StackShift/StackShift/1.0.2/StackShift.StackShift.yaml +++ b/manifests/s/StackShift/StackShift/1.0.3/StackShift.StackShift.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: StackShift.StackShift -PackageVersion: 1.0.2 +PackageVersion: 1.0.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0