makedeb


yq 1:4.43.1-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: b0f76ca483f81b7c0ff0f382943b17d6c12794db

Message: v4.30.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 60519b1..f913c36 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.29.2
+pkgrel = 1
+pkgver = 4.30.1
 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.2.tar.gz
-sha256sums = 4a349c7858793463555c12df698757265a3e46d6b107adac75fabc46d9591df6
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.30.1.tar.gz
+sha256sums = bffd28abbfd1037a9f1424bfa38276d7917c4ebfaee88d88ac117223c3c22291
 makedepends = golang-go
 makedepends = gzip
 makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 80a189f..e9d50c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=yq
-pkgver=4.29.2
-pkgrel=2
+pkgver=4.30.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)
@@ -12,7 +12,7 @@ source=(
   "https://github.com/mikefarah/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
 )
 sha256sums=(
-  "4a349c7858793463555c12df698757265a3e46d6b107adac75fabc46d9591df6"
+  "bffd28abbfd1037a9f1424bfa38276d7917c4ebfaee88d88ac117223c3c22291"
 )
 
 build() {