Skip to content

Commit 2d17c2c

Browse files
authored
New version: MikeFarah.yq version 4.46.1 (microsoft#273653)
1 parent a36d86f commit 2d17c2c

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created with komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: MikeFarah.yq
5+
PackageVersion: 4.46.1
6+
InstallerLocale: en-US
7+
InstallerType: portable
8+
Commands:
9+
- yq
10+
ReleaseDate: 2025-07-10
11+
Installers:
12+
- Architecture: x86
13+
InstallerUrl: https://github.com/mikefarah/yq/releases/download/v4.46.1/yq_windows_386.exe
14+
InstallerSha256: DE0CA9DABF8AE47EA51E02F9C3EB1E6B5B85C9C450237A30556972CDE5774CEF
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/mikefarah/yq/releases/download/v4.46.1/yq_windows_amd64.exe
17+
InstallerSha256: C7D131DB88FF7825EE50F900A010068A49E396F31A35850D04896958F3820610
18+
ManifestType: installer
19+
ManifestVersion: 1.10.0
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Created with komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: MikeFarah.yq
5+
PackageVersion: 4.46.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 INI support
37+
- Fixed 'add' operator when piped in with no data #2378, #2383, #2384
38+
- Fixed delete after slice problem (bad node path) #2387 Thanks @antoinedeschenes
39+
- Fixed yq small build Thanks @imzue
40+
- Switched to YAML org supported go-yaml!
41+
- Bumped dependencies
42+
ReleaseNotesUrl: https://github.com/mikefarah/yq/releases/tag/v4.46.1
43+
ManifestType: defaultLocale
44+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: MikeFarah.yq
5+
PackageVersion: 4.46.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)