summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis BRENON2021-09-16 16:02:20 +0200
committerAlexis BRENON2021-09-16 16:02:20 +0200
commit1ca789a3ebc3e1927cc081d64f7c47425ab1d5cd (patch)
tree3ab6b985669aab46b42c8b5cc6a2b6857ecc7ec2
parent08514ec11ff55d50142638a886596a464a484906 (diff)
downloadaur-1ca789a3ebc3e1927cc081d64f7c47425ab1d5cd.tar.gz
Update version to 4.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332419470bb4..9749a17a4ac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = yq2-bin
pkgdesc = A lightweight and portable command-line YAML processor
- pkgver = 4.12.1
+ pkgver = 4.13.0
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-4.12.1::https://github.com/mikefarah/yq/releases/download/v4.12.1/yq_linux_amd64
- sha256sums = 9fb9f92dd10899467d5e966b86c3cd981b1664ece9d8d61c13f16958bd1ac586
+ source = yq-4.13.0::https://github.com/mikefarah/yq/releases/download/v4.13.0/yq_linux_amd64
+ sha256sums = c20b373b95a59d0e5771c52d154d2e70d9c3da98e238ab7f6dde87f60d6abe82
pkgname = yq2-bin
diff --git a/PKGBUILD b/PKGBUILD
index d61db6401ae8..4fdb92d3e225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.12.1
+pkgver=4.13.0
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=('9fb9f92dd10899467d5e966b86c3cd981b1664ece9d8d61c13f16958bd1ac586')
+sha256sums=('c20b373b95a59d0e5771c52d154d2e70d9c3da98e238ab7f6dde87f60d6abe82')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"