summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyui2019-12-19 13:48:46 +0900
committersyui2019-12-19 13:48:46 +0900
commitb969e997f689bb909bbb48ee8266ca84055c9210 (patch)
treead8b87f8cf405be6b540074a46ffa052babb1855
parent95fd0d6f59ee6552307a92dc9cd68f61b88f6fb5 (diff)
downloadaur-b969e997f689bb909bbb48ee8266ca84055c9210.tar.gz
update 0.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a46ebed88f..64e829d3c03a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = xq
pkgdesc = xml to json convert parser
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/syui/xq
arch = x86_64
arch = i686
license = MIT
- noextract = https://github.com/syui/xq/releases/download/0.1/linux_386_xq
- noextract = https://github.com/syui/xq/releases/download/0.1/linux_amd64_xq
+ 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
options = !strip
options = !emptydirs
- source = https://github.com/syui/xq/releases/download/0.1/linux_386_xq
- source = https://github.com/syui/xq/releases/download/0.1/linux_amd64_xq
- sha1sums = ec49fc225d79473b11790e79d7c1c57b3b829cff
- sha1sums = 883a2ec0dea0d449b34664367912af289d0b5943
+ 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
pkgname = xq
diff --git a/PKGBUILD b/PKGBUILD
index 3359554a9dbb..9a9c9bbed890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syui <syui@users.noreply.github.com>
pkgname=xq
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="xml to json convert parser"
arch=('x86_64' 'i686')