Skip to content

Commit 0f1f0a0

Browse files
authored
New version: MikeFarah.yq version 4.50.1 (#323093)
1 parent 3c97226 commit 0f1f0a0

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created with WinGet Updater using komac v2.6.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
3+
4+
PackageIdentifier: MikeFarah.yq
5+
PackageVersion: 4.50.1
6+
InstallerLocale: en-US
7+
InstallerType: portable
8+
Commands:
9+
- yq
10+
ReleaseDate: 2025-12-14
11+
Installers:
12+
- Architecture: x86
13+
InstallerUrl: https://github.com/mikefarah/yq/releases/download/v4.50.1/yq_windows_amd64.exe
14+
InstallerSha256: 85C8C1B035C3E7CD10C503F1F00334B6EDAE18C9FD6B64A06B98D82449E20BF8
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/mikefarah/yq/releases/download/v4.50.1/yq_windows_amd64.exe
17+
InstallerSha256: 85C8C1B035C3E7CD10C503F1F00334B6EDAE18C9FD6B64A06B98D82449E20BF8
18+
ManifestType: installer
19+
ManifestVersion: 1.6.0
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Created with WinGet Updater using komac v2.6.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
3+
4+
PackageIdentifier: MikeFarah.yq
5+
PackageVersion: 4.50.1
6+
PackageLocale: en-US
7+
Publisher: Mike Farah
8+
PublisherUrl: https://github.com/mikefarah
9+
PublisherSupportUrl: https://github.com/mikefarah/yq/issues
10+
Author: Mike Farah and contributors
11+
PackageName: yq
12+
PackageUrl: https://mikefarah.gitbook.io/yq
13+
License: MIT
14+
LicenseUrl: https://github.com/mikefarah/yq/blob/HEAD/LICENSE
15+
Copyright: Copyright (c) Mike Farah
16+
CopyrightUrl: https://github.com/mikefarah/yq/blob/master/LICENSE
17+
ShortDescription: yq is a portable command-line YAML, JSON, XML, CSV and properties processor.
18+
Description: |-
19+
yq is a lightweight and portable command-line YAML, JSON and XML processor.
20+
yq uses jq like syntax but works with yaml files as well as json, xml, properties, csv and tsv.
21+
Moniker: yq
22+
Tags:
23+
- bash
24+
- cli
25+
- csv
26+
- devops-tools
27+
- golang
28+
- json
29+
- portable
30+
- properties
31+
- splat
32+
- xml
33+
- yaml
34+
- yaml-processor
35+
ReleaseNotes: |-
36+
- Added HCL Support - First cut - hopefully it works well! (#1844)
37+
- Fixing handling of CRLF #2352
38+
- Bumped dependencies
39+
ReleaseNotesUrl: https://github.com/mikefarah/yq/releases/tag/v4.50.1
40+
ManifestType: defaultLocale
41+
ManifestVersion: 1.6.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Updater using komac v2.6.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
3+
4+
PackageIdentifier: MikeFarah.yq
5+
PackageVersion: 4.50.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.6.0

0 commit comments

Comments
 (0)