summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2021-06-12 08:26:09 -0400
committerMario Finelli2021-06-12 08:26:09 -0400
commit0a41192525b59516d3444a73b1b44feade43672b (patch)
treec0bd34ec3320e798919d27affeacf183596f991b /PKGBUILD
parent6fa472c01b74f00f33967c22c291abad6a4b55b8 (diff)
downloadaur-0a41192525b59516d3444a73b1b44feade43672b.tar.gz
upgpkg: go-yq 4.9.6-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17388b2f8109..0b25dda82a7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=go-yq
-pkgver=4.9.4
+pkgver=4.9.6
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=('91ef5d86a8a04628b936258bf2e3379378ecbddbf750a191cc83a5e196c2ed73')
+sha256sums=('40f549d801826b4a7bdad0b2a924f10b354da1d518759b2974e82dda7563f7ee')
prepare() {
cd yq-$pkgver