summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-03-25 16:08:09 -0400
committerMario Finelli2021-03-25 16:08:09 -0400
commitb05c19f4c28a96c0c16d567ed8c169a0a189e1e1 (patch)
treec0c2ca92eb069de928e23b2f3e83a607835cfdf3
parent8fbea2fd0fc764b91bda520eb101ac42da426e53 (diff)
downloadaur-b05c19f4c28a96c0c16d567ed8c169a0a189e1e1.tar.gz
upgpkg: go-yq 4.6.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c0f1c6c6385..950a8e7fd1c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-yq
pkgdesc = portable command-line YAML processor
- pkgver = 4.6.2
+ pkgver = 4.6.3
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.6.2/yq-4.6.2.tar.gz
- sha256sums = 3edee5bae40afdf8869803c6f81eb15adbaaf373ba27e4907d6dd5dceebaf65c
+ source = https://github.com/mikefarah/yq/archive/v4.6.3/yq-4.6.3.tar.gz
+ sha256sums = 85d7e0cbc12ac690fd86e77bef7a7ce27e0969191a9b6d3bb491ec690659d681
pkgname = go-yq
diff --git a/PKGBUILD b/PKGBUILD
index 42d153855134..2f87aff3f63a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=go-yq
-pkgver=4.6.2
+pkgver=4.6.3
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=('3edee5bae40afdf8869803c6f81eb15adbaaf373ba27e4907d6dd5dceebaf65c')
+sha256sums=('85d7e0cbc12ac690fd86e77bef7a7ce27e0969191a9b6d3bb491ec690659d681')
prepare() {
cd yq-$pkgver