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: 7647a86129a77524813b38841757b2691b71da31
Message: v4.30.6
diff --git a/.SRCINFO b/.SRCINFO
index c4e785e..54741b0 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.30.5
+pkgver = 4.30.6
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.30.5.tar.gz
-sha256sums = 54706926e44ca8f28c74c0165c4746f372daafd4db885b709fdaf5e8f2e4502c
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.30.6.tar.gz
+sha256sums = 320d0ce36d1dbe703b4cbdb28e9a927c1e87b157e8c05aeb078d6c9c1b0138ea
makedepends = golang-go
makedepends = gzip
makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index b3f5827..3d83ef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=yq
-pkgver=4.30.5
+pkgver=4.30.6
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=(
- "54706926e44ca8f28c74c0165c4746f372daafd4db885b709fdaf5e8f2e4502c"
+ "320d0ce36d1dbe703b4cbdb28e9a927c1e87b157e8c05aeb078d6c9c1b0138ea"
)
build() {