summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2021-01-02 20:35:17 -0500
committerMario Finelli2021-01-02 20:35:17 -0500
commitc37d1332684a1b86b7b2931d34da8efb2f9559e6 (patch)
tree24189e63f292856fa237b8b4fe3f1d3a1e9cc578 /PKGBUILD
parentc20afbecf0c95c7370c01bc661dbdfa7f815d439 (diff)
downloadaur-c37d1332684a1b86b7b2931d34da8efb2f9559e6.tar.gz
Bump to 4.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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