summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2021-01-04 09:38:15 -0500
committerMatthew McGinn2021-01-04 09:38:15 -0500
commite6c5b602e15474443c154cb366a93bcd6ea5838a (patch)
tree43fc303c1e6fde182d8c1c08606c3478a455e32a
parent05ce2b9022ffa1abef9e93117f37e8d9cd064610 (diff)
downloadaur-e6c5b602e15474443c154cb366a93bcd6ea5838a.tar.gz
update package
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45e8eb7d7025..0575346f0838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yq2-bin
pkgdesc = a portable command-line YAML processor
- pkgver = 3.4.1
+ pkgver = 4.2.1
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-3.4.1::https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64
- sha256sums = adbc6dd027607718ac74ceac15f74115ac1f3caef68babfb73246929d4ffb23c
+ source = yq-4.2.1::https://github.com/mikefarah/yq/releases/download/v4.2.1/yq_linux_amd64
+ sha256sums = 51018dedf4cb510c7cf6c42663327605e7e0c315747fe584fbf83cc10747449c
pkgname = yq2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 70eafd504a9b..2132975a282d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=3.4.1
+pkgver=4.2.1
pkgrel=1
pkgdesc='a portable command-line YAML processor'
arch=('x86_64')
@@ -11,8 +11,8 @@ _github_url="https://github.com/mikefarah/yq"
license=('MIT')
provides=('yq')
conflicts=('yq')
-source=("yq-${pkgver}::https://github.com/mikefarah/yq/releases/download/${pkgver}/yq_linux_amd64")
-sha256sums=('adbc6dd027607718ac74ceac15f74115ac1f3caef68babfb73246929d4ffb23c')
+source=("yq-${pkgver}::https://github.com/mikefarah/yq/releases/download/v${pkgver}/yq_linux_amd64")
+sha256sums=('51018dedf4cb510c7cf6c42663327605e7e0c315747fe584fbf83cc10747449c')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"