mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 08:35:42 +00:00
snap: update and migrate to core22.
soon, core24 is gonna release. But for now core22 is stable and a better option. So, ported to core24.
This commit is contained in:
parent
8af3e46fcb
commit
2b12f504e3
@ -3,17 +3,16 @@ version: 'v4.40.5'
|
|||||||
summary: A lightweight and portable command-line data file processor
|
summary: A lightweight and portable command-line data file processor
|
||||||
description: |
|
description: |
|
||||||
`yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml, json, xml, csv, properties and TOML files.
|
`yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml, json, xml, csv, properties and TOML files.
|
||||||
base: core18
|
base: core22
|
||||||
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
|
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
|
||||||
confinement: strict
|
confinement: strict
|
||||||
apps:
|
apps:
|
||||||
yq:
|
yq:
|
||||||
command: yq
|
command: bin/yq
|
||||||
plugs: [home, removable-media]
|
plugs: [home, removable-media]
|
||||||
parts:
|
parts:
|
||||||
yq:
|
yq:
|
||||||
plugin: go
|
plugin: go
|
||||||
go-channel: 1.20/stable
|
|
||||||
source: .
|
source: .
|
||||||
source-type: git
|
build-snaps:
|
||||||
go-importpath: github.com/mikefarah/yq
|
- go/1.20/stable
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user