summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authore5ten2019-01-08 07:54:16 -0500
committere5ten2019-01-08 07:54:16 -0500
commit1cd39a3d371f6c992f74a3985ef9a61760129051 (patch)
treee6c4b345a76c1fee5f42a1f37e08139d8031b28b
parentfb558af1a7d10dfa069c6756a90bb4cfb63bfc24 (diff)
downloadaur-1cd39a3d371f6c992f74a3985ef9a61760129051.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e466f2a44cee..ba881942b255 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yq-bin
pkgdesc = a portable command-line YAML processor
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = https://github.com/mikefarah/yq/releases/download/2.2.0/yq_linux_amd64
- sha512sums = 7f5162c73e7ba4620964fd7d33082780c2c0c01153694ab77e094d01a360047902343c1e7bfc3a2f43c3152dc82c4a5b1ad3bef4fca1d8200cbc4c560f310e8e
+ source = https://github.com/mikefarah/yq/releases/download/2.2.1/yq_linux_amd64
+ sha512sums = 2be7f80d3e022067000966f78dfac7601504e14b7500aa7b56833b84bd11a9907d699e2a74f7934c6ccc1f82646abbb4f1c29fe4bc0d31a086afd862afb65520
pkgname = yq-bin
diff --git a/PKGBUILD b/PKGBUILD
index b81ba7cf7f03..cec32c8a3c34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: E5ten <e5ten.arch@gmail.com>
pkgname=yq-bin
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='a portable command-line YAML processor'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
provides=('yq')
conflicts=('yq')
source=("https://github.com/mikefarah/yq/releases/download/${pkgver}/yq_linux_amd64")
-sha512sums=('7f5162c73e7ba4620964fd7d33082780c2c0c01153694ab77e094d01a360047902343c1e7bfc3a2f43c3152dc82c4a5b1ad3bef4fca1d8200cbc4c560f310e8e')
+sha512sums=('2be7f80d3e022067000966f78dfac7601504e14b7500aa7b56833b84bd11a9907d699e2a74f7934c6ccc1f82646abbb4f1c29fe4bc0d31a086afd862afb65520')
package() {
install -Dm755 $srcdir/yq_linux_amd64 $pkgdir/usr/bin/yq