summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authore5ten2019-01-03 00:05:56 -0500
committere5ten2019-01-03 00:05:56 -0500
commitfb558af1a7d10dfa069c6756a90bb4cfb63bfc24 (patch)
tree7c70dd22793bbb08d04b04c1770c12e0832f23a4
parent70403632e6c0fd3c77fa9cf2b500cd40c90dad48 (diff)
downloadaur-fb558af1a7d10dfa069c6756a90bb4cfb63bfc24.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 227e8efb6521..e466f2a44cee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yq-bin
- pkgdesc = yq is a portable command-line YAML processor
- pkgver = 2.1.2
+ pkgdesc = a portable command-line YAML processor
+ pkgver = 2.2.0
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.1.2/yq_linux_amd64
- sha512sums = d43a5469b4df7734b5f943cf3d88a23d94f83d72cbff64694564c4bb56a52cf78c3a2e8a4e976f3572a5a9de84c4b060f77964d932a018b0ab2cf4a8a34e8e10
+ source = https://github.com/mikefarah/yq/releases/download/2.2.0/yq_linux_amd64
+ sha512sums = 7f5162c73e7ba4620964fd7d33082780c2c0c01153694ab77e094d01a360047902343c1e7bfc3a2f43c3152dc82c4a5b1ad3bef4fca1d8200cbc4c560f310e8e
pkgname = yq-bin
diff --git a/PKGBUILD b/PKGBUILD
index f2810fe4174c..b81ba7cf7f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: E5ten <e5ten.arch@gmail.com>
pkgname=yq-bin
-pkgver=2.1.2
+pkgver=2.2.0
pkgrel=1
-pkgdesc='yq is a portable command-line YAML processor'
+pkgdesc='a portable command-line YAML processor'
arch=('x86_64')
url='https://github.com/mikefarah/yq'
license=('MIT')
provides=('yq')
conflicts=('yq')
-source=('https://github.com/mikefarah/yq/releases/download/2.1.2/yq_linux_amd64')
-sha512sums=('d43a5469b4df7734b5f943cf3d88a23d94f83d72cbff64694564c4bb56a52cf78c3a2e8a4e976f3572a5a9de84c4b060f77964d932a018b0ab2cf4a8a34e8e10')
+source=("https://github.com/mikefarah/yq/releases/download/${pkgver}/yq_linux_amd64")
+sha512sums=('7f5162c73e7ba4620964fd7d33082780c2c0c01153694ab77e094d01a360047902343c1e7bfc3a2f43c3152dc82c4a5b1ad3bef4fca1d8200cbc4c560f310e8e')
package() {
install -Dm755 $srcdir/yq_linux_amd64 $pkgdir/usr/bin/yq