summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyui2019-12-24 14:16:31 +0900
committersyui2019-12-24 14:16:31 +0900
commit29a9db381002b5b703157c50f93ff87b88091001 (patch)
tree9426a933fceaf1ddb512e01e4315ad90fd833e02
parent10274c3da0613207db57b604561614011b702c48 (diff)
downloadaur-29a9db381002b5b703157c50f93ff87b88091001.tar.gz
update 0.3.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60b5b18b9714..548ff7029731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = xq
pkgdesc = xml to json convert parser
- pkgver = 0.3
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/syui/xq
arch = x86_64
arch = i686
license = MIT
- noextract = https://github.com/syui/xq/releases/download/0.3.0/linux_386_xq
- noextract = https://github.com/syui/xq/releases/download/0.3.0/linux_amd64_xq
+ noextract = https://github.com/syui/xq/releases/download/0.3.3/linux_386_xq
+ noextract = https://github.com/syui/xq/releases/download/0.3.3/linux_amd64_xq
options = !strip
options = !emptydirs
- source = https://github.com/syui/xq/releases/download/0.3.0/linux_386_xq
- source = https://github.com/syui/xq/releases/download/0.3.0/linux_amd64_xq
- sha1sums = 5cf3d5dc13bde112c9c771ef93f3916bdebfc726
- sha1sums = 9a2750a783c2a2b3b38e8920bc5beafc8d2a4299
+ source = https://github.com/syui/xq/releases/download/0.3.3/linux_386_xq
+ source = https://github.com/syui/xq/releases/download/0.3.3/linux_amd64_xq
+ sha1sums = c47fa451d0f9f24a174f152a927d095b0cd3dde6
+ sha1sums = a92b5523373e8d2f0ca8da1974f7be8eb0fb75e1
pkgname = xq
diff --git a/PKGBUILD b/PKGBUILD
index db7f5f3d8986..8fb7e2e1bd20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syui <syui@users.noreply.github.com>
pkgname=xq
-pkgver=0.3.0
+pkgver=0.3.3
pkgrel=1
pkgdesc="xml to json convert parser"
arch=('x86_64' 'i686')
@@ -10,8 +10,8 @@ license=('MIT')
source=("$url/releases/download/$pkgver/linux_386_$pkgname"
"$url/releases/download/$pkgver/linux_amd64_$pkgname")
noextract=(${source[@]%%::*})
-sha1sums=('5cf3d5dc13bde112c9c771ef93f3916bdebfc726'
- '9a2750a783c2a2b3b38e8920bc5beafc8d2a4299')
+sha1sums=('c47fa451d0f9f24a174f152a927d095b0cd3dde6'
+ 'a92b5523373e8d2f0ca8da1974f7be8eb0fb75e1')
package() {
mkdir -p ${srcdir}/${pkgname}-${pkgver}