summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2020-11-01 08:35:27 -0500
committerMario Finelli2020-11-01 08:35:27 -0500
commita91c18fa9414b0d7ec3f9d76b34730133d4da272 (patch)
treeb19f74066656fc62f322b6c4ab4a394b3c8fdb18 /PKGBUILD
parent86ccc3cba2d0b38cfd3e0293284af66b46fbaaa3 (diff)
downloadaur-a91c18fa9414b0d7ec3f9d76b34730133d4da272.tar.gz
Update to 3.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adbe106e9f22..2f8a81821cd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=go-yq
-pkgver=3.4.0
+pkgver=3.4.1
pkgrel=1
pkgdesc='portable command-line YAML processor'
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(MIT)
makedepends=(go)
conflicts=(yq)
source=(https://github.com/mikefarah/yq/archive/${pkgver}.tar.gz)
-sha256sums=('76b96cd2ba503eef396d8773d874b4fdc56fc3aff3c61b0808afadff2a6daae7')
+sha256sums=('73259f808d589d11ea7a18e4cd38a2e98b518a6c2c178d1ec57d9c5942277cb1')
prepare() {
cd yq-$pkgver