summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis BRENON2021-08-23 09:49:25 +0200
committerAlexis BRENON2021-08-23 09:49:25 +0200
commitd6eece96220171ac8935660fe15a28aba7518e70 (patch)
treeecaf9d9b0f19423e70431454a1c7ef92271e4073
parent087a3c0ff0ea966424c01de8a4ebebaff5fd8fc0 (diff)
downloadaur-d6eece96220171ac8935660fe15a28aba7518e70.tar.gz
Update version to 4.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8d0ceb8d740..a273a43ffae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = yq2-bin
pkgdesc = A lightweight and portable command-line YAML processor
- pkgver = 4.11.2
+ pkgver = 4.12.0
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-4.11.2::https://github.com/mikefarah/yq/releases/download/v4.11.2/yq_linux_amd64
- sha256sums = 6b891fd5bb13820b2f6c1027b613220a690ce0ef4fc2b6c76ec5f643d5535e61
+ source = yq-4.12.0::https://github.com/mikefarah/yq/releases/download/v4.12.0/yq_linux_amd64
+ sha256sums = 8716766cb49ab9dd7df5622d80bb217b94a21d0f3d3dc3d074c3ec7a0c7f67ea
pkgname = yq2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3f8aca9e2e92..78c66682042a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.11.2
+pkgver=4.12.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=('6b891fd5bb13820b2f6c1027b613220a690ce0ef4fc2b6c76ec5f643d5535e61')
+sha256sums=('8716766cb49ab9dd7df5622d80bb217b94a21d0f3d3dc3d074c3ec7a0c7f67ea')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"