makedeb


yq 1:4.44.5-1


yq is a portable command-line YAML, JSON, XML, CSV and properties processor

Click here to go back to the commit logs for yq.

Commit:


Hash: 12272743cec86859ce49de06655233faf11681db

Message: v4.34.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 87dafba..7a8793e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ epoch = 1
 pkgbase = yq
 pkgdesc = yq is a portable command-line YAML, JSON, XML, CSV and properties processor
 pkgrel = 1
-pkgver = 4.34.1
+pkgver = 4.34.2
 url = https://mikefarah.gitbook.io/yq/
 arch = amd64
 arch = arm64
@@ -15,8 +15,8 @@ license = MIT
 makedepends = golang-go
 makedepends = gzip
 makedepends = pandoc
-source = https://github.com/mikefarah/yq/archive/refs/tags/v4.34.1.tar.gz
-sha256sums = 69ff6f8bbb5f9eff5ccb537597740d24200db201b2709e442ae5effdbcb8ff9d
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.34.2.tar.gz
+sha256sums = 035b7e827eccc66907270ff7f0d35c7917d56ded4aff44f7b942fe4802b70d01
 makedepends = golang-go
 makedepends = gzip
 makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 90fcb62..0bfd7cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 repology_pkgname=yq-mikefarah
 pkgname=yq
-pkgver=4.34.1
+pkgver=4.34.2
 pkgrel=1
 epoch=1
 pkgdesc="yq is a portable command-line YAML, JSON, XML, CSV and properties processor"
@@ -12,7 +12,7 @@ makedepends=(golang-go gzip pandoc)
 source=(
   "https://github.com/mikefarah/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
 )
-sha256sums=('69ff6f8bbb5f9eff5ccb537597740d24200db201b2709e442ae5effdbcb8ff9d')
+sha256sums=('035b7e827eccc66907270ff7f0d35c7917d56ded4aff44f7b942fe4802b70d01')
 
 build() {
 	cd "yq-$pkgver"