summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2021-04-28 17:59:24 -0400
committerMario Finelli2021-04-28 17:59:24 -0400
commitb2866a128eb65c69e4de40fc18a50a4650997fa0 (patch)
treefe9661d7a88ab997ea20239adb6076ec82c3896b /PKGBUILD
parentdc7c07a69d908c67c998edad2c91576f32577e12 (diff)
downloadaur-b2866a128eb65c69e4de40fc18a50a4650997fa0.tar.gz
upgpkg: go-yq 4.7.1-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 bca74eded185..7bb7f6e27dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=go-yq
-pkgver=4.7.0
+pkgver=4.7.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=('d4984f8f8ac5151797c8cf9c6ab8b705958802721c4405ef8a99206dcd00dcb5')
+sha256sums=('19a7c43aaac678065f436ddfdf8b0a75dd3883984f4b9548cabdf53eb09932f9')
prepare() {
cd yq-$pkgver