makedeb


yq 1:4.44.5-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: 8895bae0e869a87ee9910b1fd957246075801747

Message: 4.33.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 54741b0..bf9ee79 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.6
+pkgver = 4.33.3
 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.6.tar.gz
-sha256sums = 320d0ce36d1dbe703b4cbdb28e9a927c1e87b157e8c05aeb078d6c9c1b0138ea
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.33.3.tar.gz
+sha256sums = d039424a5df2259f02352c1587696293811138d01152b3aec41977ada399f19a
 makedepends = golang-go
 makedepends = gzip
 makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 3d83ef1..a746aa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
+repology_pkgname=yq-mikefarah
 pkgname=yq
-pkgver=4.30.6
+pkgver=4.33.3
 pkgrel=1
 epoch=1
 pkgdesc="yq is a portable command-line YAML, JSON, XML, CSV and properties processor"
@@ -12,7 +13,7 @@ source=(
   "https://github.com/mikefarah/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
 )
 sha256sums=(
-  "320d0ce36d1dbe703b4cbdb28e9a927c1e87b157e8c05aeb078d6c9c1b0138ea"
+  "d039424a5df2259f02352c1587696293811138d01152b3aec41977ada399f19a"
 )
 
 build() {