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: 3793317ba8258a20ccd7f13e526042284cc667f6

Message: 4.29.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d692d79..12b69a9 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.29.1
+pkgver = 4.29.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.29.1.tar.gz
-sha256sums = 3bcef539e2d3212ccebca92b69e7c68da239ce1f145c57850f0c078cf01a026d
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.29.2.tar.gz
+sha256sums = 4a349c7858793463555c12df698757265a3e46d6b107adac75fabc46d9591df6
 makedepends = golang-go
 makedepends = gzip
 makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index f1d152b..62b32a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=yq
-pkgver=4.29.1
+pkgver=4.29.2
 pkgrel=1
 epoch=1
 pkgdesc="yq is a portable command-line YAML, JSON, XML, CSV and properties processor"
@@ -12,7 +12,7 @@ source=(
   "https://github.com/mikefarah/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
 )
 sha256sums=(
-  "3bcef539e2d3212ccebca92b69e7c68da239ce1f145c57850f0c078cf01a026d"
+  "4a349c7858793463555c12df698757265a3e46d6b107adac75fabc46d9591df6"
 )
 
 build() {