summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis BRENON2021-10-27 10:35:16 +0200
committerAlexis BRENON2021-10-27 10:35:16 +0200
commit1284c2eddfc5228d525e05a9653fddc14bf96c0e (patch)
treef812b216c20699412cb17a5271dcf9b761583fba
parent9d40362a52ad52a7d3001176433e34c86be0460d (diff)
downloadaur-yq2-bin.tar.gz
Update version to 4.13.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b7caa8e1adf..aaa7d8e09eaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = yq2-bin
pkgdesc = A lightweight and portable command-line YAML processor
- pkgver = 4.13.4
+ pkgver = 4.13.5
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-4.13.4::https://github.com/mikefarah/yq/releases/download/v4.13.4/yq_linux_amd64
- sha256sums = 11092943c548232bc670504303807e5f4b68adc9690fae74069c1c7f5dff0f3f
+ source = yq-4.13.5::https://github.com/mikefarah/yq/releases/download/v4.13.5/yq_linux_amd64
+ sha256sums = 244a3e37b0c23c70574c5b50937222dd37b785974c2b9a9abe0d31db190c9eea
pkgname = yq2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 96b609d287e4..16086319346e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.13.4
+pkgver=4.13.5
pkgrel=1
pkgdesc='A lightweight and portable command-line YAML processor'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
provides=('yq')
conflicts=('yq')
source=("yq-${pkgver}::${url}/releases/download/v${pkgver}/yq_linux_amd64")
-sha256sums=('11092943c548232bc670504303807e5f4b68adc9690fae74069c1c7f5dff0f3f')
+sha256sums=('244a3e37b0c23c70574c5b50937222dd37b785974c2b9a9abe0d31db190c9eea')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"