yq-go: update to 2.0.0.

This commit is contained in:
maxice8 2018-06-21 08:41:56 -03:00
parent 720c6ffac0
commit 85ae40bdbb
2 changed files with 3 additions and 18 deletions

View file

@ -1,15 +0,0 @@
--- merge_test.go
+++ merge_test.go
@@ -17,6 +17,7 @@ func TestMerge(t *testing.T) {
assertResultComplex(t, expected, result)
}
+/*
func TestMergeWithOverwrite(t *testing.T) {
overwriteFlag = true
result, _ := mergeYaml([]string{"examples/data1.yaml", "examples/data2.yaml", "examples/data3.yaml"})
@@ -28,3 +29,4 @@ func TestMergeWithOverwrite(t *testing.T) {
}
assertResultComplex(t, expected, result)
}
+*/

View file

@ -1,17 +1,17 @@
# Template file for 'yq-go'
pkgname=yq-go
version=1.15.0
version=2.0.0
revision=1
wrksrc="yq-${version}"
build_style=go
go_import_path="github.com/mikefarah/yq"
go_import_path=github.com/mikefarah/yq
hostmakedepends="git"
short_desc="A lightweight and portable command-line YAML processor written in go"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/mikefarah/yq"
distfiles="https://github.com/mikefarah/yq/archive/${version}.tar.gz"
checksum=f8eb713178720008744a68bcb5c9563cbe4674a579d5d46018797bc917ccca26
checksum=4a433a8881c6edc43be871f01e493b179e85404c26c91e4980a0010cae407815
do_check() {
go test -v