summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-01-02 20:35:17 -0500
committerMario Finelli2021-01-02 20:35:17 -0500
commitc37d1332684a1b86b7b2931d34da8efb2f9559e6 (patch)
tree24189e63f292856fa237b8b4fe3f1d3a1e9cc578
parentc20afbecf0c95c7370c01bc661dbdfa7f815d439 (diff)
downloadaur-c37d1332684a1b86b7b2931d34da8efb2f9559e6.tar.gz
Bump to 4.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e5a280d777..d06d8fe60096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-yq
pkgdesc = portable command-line YAML processor
- pkgver = 4.2.0
+ pkgver = 4.2.1
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = go-yq
makedepends = go
depends = glibc
conflicts = yq
- source = https://github.com/mikefarah/yq/archive/v4.2.0/yq-4.2.0.tar.gz
- sha256sums = 19a75856c35cf99d7547faa5d00144b7a0d9e03ef04d10a20cd739dd8280ea7d
+ source = https://github.com/mikefarah/yq/archive/v4.2.1/yq-4.2.1.tar.gz
+ sha256sums = 83d0bc17078552084eeeebd7c505add331baa89ffde2253119340d22f3b80685
pkgname = go-yq
diff --git a/PKGBUILD b/PKGBUILD
index 7b27dc89dcb0..2c0a031d4549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=go-yq
-pkgver=4.2.0
+pkgver=4.2.1
pkgrel=1
pkgdesc="portable command-line YAML processor"
arch=(x86_64)
@@ -11,7 +11,7 @@ depends=(glibc)
makedepends=(go)
conflicts=(yq)
source=(https://github.com/mikefarah/yq/archive/v${pkgver}/yq-${pkgver}.tar.gz)
-sha256sums=('19a75856c35cf99d7547faa5d00144b7a0d9e03ef04d10a20cd739dd8280ea7d')
+sha256sums=('83d0bc17078552084eeeebd7c505add331baa89ffde2253119340d22f3b80685')
prepare() {
cd yq-$pkgver