summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyui2019-12-22 15:14:55 +0900
committersyui2019-12-22 15:14:55 +0900
commit54a1a491c007639e6c603bc3e4e8f1524a6edeb0 (patch)
tree0ed5f266fa36ad9eae94d680026fff70a9835e4b
parentb969e997f689bb909bbb48ee8266ca84055c9210 (diff)
downloadaur-54a1a491c007639e6c603bc3e4e8f1524a6edeb0.tar.gz
up 0.2.1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64e829d3c03a..8a120dba5f28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,14 +6,13 @@ pkgbase = xq
arch = x86_64
arch = i686
license = MIT
- noextract = https://github.com/syui/xq/releases/download/0.2/linux_386_xq
- noextract = https://github.com/syui/xq/releases/download/0.2/linux_amd64_xq
+ noextract = https://github.com/syui/xq/releases/download/0.2.1/linux_386_xq
+ noextract = https://github.com/syui/xq/releases/download/0.2.1/linux_amd64_xq
options = !strip
options = !emptydirs
- source = https://github.com/syui/xq/releases/download/0.2/linux_386_xq
- source = https://github.com/syui/xq/releases/download/0.2/linux_amd64_xq
- sha1sums = 6baa574caa2a4fae264acd62fe03ec56b0182d36
- sha1sums = 5ad426d3e62369221023f86967de7f64da7b1d5f
+ source = https://github.com/syui/xq/releases/download/0.2.1/linux_386_xq
+ source = https://github.com/syui/xq/releases/download/0.2.1/linux_amd64_xq
+ sha1sums = 7a10595e9d60e4b70da980a634906cb617680610
+ sha1sums = c2d2825b643fe05f10d3f29d4688025acefc797d
pkgname = xq
-
diff --git a/PKGBUILD b/PKGBUILD
index 9a9c9bbed890..0dd19dea589f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syui <syui@users.noreply.github.com>
pkgname=xq
-pkgver=0.2
+pkgver=0.2.1
pkgrel=1
pkgdesc="xml to json convert parser"
arch=('x86_64' 'i686')