makedeb
yq is a portable command-line YAML, JSON, XML, CSV and properties processor
Click here to go back to the commit logs for yq.
Hash: 90ebfd6b7939eef08537029d05067af800e04f26
Message: v4.40.2
diff --git a/.SRCINFO b/.SRCINFO
index ef9a369..18dc5cb 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.40.1
+pkgver = 4.40.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.40.1.tar.gz
-sha256sums = 218fcd69867a9a37b3c7a3e480a1eb4a0ebd3904e46c44fb565f89e951255166
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.40.2.tar.gz
+sha256sums = 96c2fdd4881ab21065c5ee324139609870a9b2d84b95abbdf0f282ce71e59cf4
makedepends = golang-go
makedepends = gzip
makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 52d7966..30465a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
repology_pkgname=yq-mikefarah
pkgname=yq
-pkgver=4.40.1
+pkgver=4.40.2
pkgrel=1
epoch=1
pkgdesc="yq is a portable command-line YAML, JSON, XML, CSV and properties processor"
@@ -10,7 +10,7 @@ url="https://mikefarah.gitbook.io/yq/"
license=('MIT')
makedepends=(golang-go gzip pandoc)
source=("https://github.com/mikefarah/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('218fcd69867a9a37b3c7a3e480a1eb4a0ebd3904e46c44fb565f89e951255166')
+sha256sums=('96c2fdd4881ab21065c5ee324139609870a9b2d84b95abbdf0f282ce71e59cf4')
build() {
cd "yq-$pkgver"