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: 9b9cc537811e86e5acdc47c896115f6fb1535d32
Message: 4.30.5
diff --git a/.SRCINFO b/.SRCINFO
index f913c36..c4e785e 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.1
+pkgver = 4.30.5
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.1.tar.gz
-sha256sums = bffd28abbfd1037a9f1424bfa38276d7917c4ebfaee88d88ac117223c3c22291
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.30.5.tar.gz
+sha256sums = 54706926e44ca8f28c74c0165c4746f372daafd4db885b709fdaf5e8f2e4502c
makedepends = golang-go
makedepends = gzip
makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index e9d50c2..b3f5827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=yq
-pkgver=4.30.1
+pkgver=4.30.5
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=(
- "bffd28abbfd1037a9f1424bfa38276d7917c4ebfaee88d88ac117223c3c22291"
+ "54706926e44ca8f28c74c0165c4746f372daafd4db885b709fdaf5e8f2e4502c"
)
build() {