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: e584fb5e1e7a230b3028c9863486acb7dcdab948
Message: v4.29.1
diff --git a/.SRCINFO b/.SRCINFO
index 3a05983..d692d79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,8 @@ pkgname = yq
epoch = 1
pkgbase = yq
pkgdesc = yq is a portable command-line YAML, JSON, XML, CSV and properties processor
-pkgrel = 2
-pkgver = 4.28.2
+pkgrel = 1
+pkgver = 4.29.1
url = https://mikefarah.gitbook.io/yq/
arch = amd64
arch = arm64
@@ -13,6 +13,10 @@ arch = i386
arch = i686
license = MIT
makedepends = golang-go
-source = https://github.com/mikefarah/yq/archive/refs/tags/v4.28.2.tar.gz
-md5sums = da7a1304dec93ec963d638dd5dda0f55
+makedepends = gzip
+makedepends = pandoc
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.29.1.tar.gz
+sha256sums = 3bcef539e2d3212ccebca92b69e7c68da239ce1f145c57850f0c078cf01a026d
makedepends = golang-go
+makedepends = gzip
+makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 2385f3b..f1d152b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=yq
-pkgver=4.28.2
-pkgrel=2
+pkgver=4.29.1
+pkgrel=1
epoch=1
pkgdesc="yq is a portable command-line YAML, JSON, XML, CSV and properties processor"
arch=(amd64 arm64 arm32 i386 i686)
@@ -11,8 +11,8 @@ makedepends=(golang-go gzip pandoc)
source=(
"https://github.com/mikefarah/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
)
-md5sums=(
- "da7a1304dec93ec963d638dd5dda0f55"
+sha256sums=(
+ "3bcef539e2d3212ccebca92b69e7c68da239ce1f145c57850f0c078cf01a026d"
)
build() {