summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis BRENON2021-10-04 13:03:13 +0200
committerAlexis BRENON2021-10-04 13:03:13 +0200
commita04b392d24822dfc1d62e62cfedf8b42dd569cce (patch)
tree39dd18f63042506543e026e7e04b5e28112c97f2
parent7bd6380f068bbdff0a4c0056714a1d1f9940452a (diff)
downloadaur-a04b392d24822dfc1d62e62cfedf8b42dd569cce.tar.gz
Update version to 4.13.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7e7f30768b4..5cc3f36e7414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = yq2-bin
pkgdesc = A lightweight and portable command-line YAML processor
- pkgver = 4.13.2
+ pkgver = 4.13.3
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-4.13.2::https://github.com/mikefarah/yq/releases/download/v4.13.2/yq_linux_amd64
- sha256sums = d7c89543d1437bf80fee6237eadc608d1b121c21a7cbbe79057d5086d74f8d79
+ source = yq-4.13.3::https://github.com/mikefarah/yq/releases/download/v4.13.3/yq_linux_amd64
+ sha256sums = 32f2b8b11bcf0c1f5abedcb15d8e5f401ead9a44faffbcb009505f2af5f07315
pkgname = yq2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 90b62ed3e4eb..3ce7d41f9125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.13.2
+pkgver=4.13.3
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=('d7c89543d1437bf80fee6237eadc608d1b121c21a7cbbe79057d5086d74f8d79')
+sha256sums=('32f2b8b11bcf0c1f5abedcb15d8e5f401ead9a44faffbcb009505f2af5f07315')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"