From 20ada46ea21594a9dfe624d78609fbf19c1629bd Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:46:31 -0700 Subject: [PATCH 1/6] Creating manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml --- .../1.10.27/Coupang.CoupangPOS.installer.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml diff --git a/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml new file mode 100644 index 0000000000000..7f11f4fe8b5f2 --- /dev/null +++ b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2025/Aug/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Coupang.CoupangPOS +PackageVersion: 1.10.26 +InstallerType: inno +Dependencies: + WindowsFeatures: + - netfx3 +Installers: +- Architecture: x86 + InstallerUrl: https://pos-api.coupang.com/api/v1/app/download/installer + InstallerSha256: 1F5484F8247E4C5DBCFF1EBB27AC31189EBE9654A0A1A2E6F4EE7F25FE8FFFD1 +ManifestType: installer +ManifestVersion: 1.10.0 From 1ab577c47774d4bf2260847a3cfdbf936531ac53 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:46:33 -0700 Subject: [PATCH 2/6] Creating manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml --- .../Coupang.CoupangPOS.locale.en-US.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml diff --git a/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml new file mode 100644 index 0000000000000..b39c90dfb0c44 --- /dev/null +++ b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2025/Aug/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Coupang.CoupangPOS +PackageVersion: 1.10.26 +PackageLocale: en-US +Publisher: Coupang, Inc. +PublisherUrl: https://www.aboutcoupang.com/ +PrivacyUrl: https://privacy.coupang.com/en/land/seller/ +PackageName: CoupangPOS +PackageUrl: https://store.coupangeats.com/ +License: Proprietary +Copyright: (c) COUPANG CORP. ALL RIGHTS RESERVED +ShortDescription: Relay for Coupang Eats Online Order System +Moniker: coupangeats-order +ManifestType: defaultLocale +ManifestVersion: 1.10.0 From eedcbac54a527674341e93f9899e858e709113b8 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:46:34 -0700 Subject: [PATCH 3/6] Creating manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml --- .../c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml diff --git a/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml new file mode 100644 index 0000000000000..8b36fb52540a7 --- /dev/null +++ b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Aug/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Coupang.CoupangPOS +PackageVersion: 1.10.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From fc95348818f213ce5b2fc9f2effa8320dda93bf4 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:46:36 -0700 Subject: [PATCH 4/6] Updating manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml --- .../CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml index 7f11f4fe8b5f2..9e1a939c6c547 100644 --- a/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml +++ b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.installer.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Aug/28 +# Automatically updated by the winget bot at 2025/Oct/25 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Coupang.CoupangPOS -PackageVersion: 1.10.26 +PackageVersion: 1.10.27 InstallerType: inno Dependencies: WindowsFeatures: @@ -10,6 +10,6 @@ Dependencies: Installers: - Architecture: x86 InstallerUrl: https://pos-api.coupang.com/api/v1/app/download/installer - InstallerSha256: 1F5484F8247E4C5DBCFF1EBB27AC31189EBE9654A0A1A2E6F4EE7F25FE8FFFD1 + InstallerSha256: B47E059CA7EC91F989133FD5868CE011AFD2F0F47750942C20B40238BB379B18 ManifestType: installer ManifestVersion: 1.10.0 From 5104351ee7dc07fa1c5b27d1097536c0a931ec15 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:46:41 -0700 Subject: [PATCH 5/6] Updating manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml --- .../CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml index b39c90dfb0c44..890f2113b6c5e 100644 --- a/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml +++ b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Aug/28 +# Automatically updated by the winget bot at 2025/Oct/25 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Coupang.CoupangPOS -PackageVersion: 1.10.26 +PackageVersion: 1.10.27 PackageLocale: en-US Publisher: Coupang, Inc. PublisherUrl: https://www.aboutcoupang.com/ From 35bb01b4d38ddef17b3375ec2ce83ec62de97292 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:46:43 -0700 Subject: [PATCH 6/6] Updating manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml --- .../c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml index 8b36fb52540a7..c1d6433f52c64 100644 --- a/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml +++ b/manifests/c/Coupang/CoupangPOS/1.10.27/Coupang.CoupangPOS.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Aug/28 +# Automatically updated by the winget bot at 2025/Oct/25 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Coupang.CoupangPOS -PackageVersion: 1.10.26 +PackageVersion: 1.10.27 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0