summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Hatake2016-06-12 13:41:49 +0900
committerHiroshi Hatake2016-06-12 13:41:49 +0900
commitbb9b760e7e07b14a22804da8842febddaa615ee9 (patch)
treee024c052fee7bea845ace6442c4f83f0590e61d7
parent280ab935d07b6d82cf83f8d2df2b6b1ef9a3a9b3 (diff)
downloadaur-bb9b760e7e07b14a22804da8842febddaa615ee9.tar.gz
groonga 6.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30806b706d32..722ca71e9db7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = groonga
pkgdesc = An opensource fulltext search engine.
- pkgver = 6.0.2
+ pkgver = 6.0.4
pkgrel = 1
url = http://groonga.org/
arch = i686
@@ -20,9 +20,9 @@ pkgbase = groonga
optdepends = mercurial
optdepends = kytea
optdepends = snowball-c
- source = http://packages.groonga.org/source/groonga/groonga-6.0.2.tar.gz
+ source = http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
source = groonga-httpd.service
- sha1sums = 7a3dd815711449a11b0f8315c3eaf021dd7ae1a2
+ sha1sums = b8d73343dfd09b7cdc7c3bfe24e557a8f86c567a
sha1sums = 56b68b5ebfc6785f08ce101b263d6f56acd74d8a
pkgname = groonga
diff --git a/PKGBUILD b/PKGBUILD
index 117437be6d64..db2f5f456ebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=groonga
-pkgver=6.0.2
+pkgver=6.0.4
pkgrel=1
pkgdesc="An opensource fulltext search engine."
arch=('i686' 'x86_64' 'armv7h')
@@ -37,5 +37,5 @@ package() {
install -Dm644 ../groonga-httpd.service "$pkgdir"/usr/lib/systemd/system/groonga-httpd.service
}
-sha1sums=('7a3dd815711449a11b0f8315c3eaf021dd7ae1a2'
+sha1sums=('b8d73343dfd09b7cdc7c3bfe24e557a8f86c567a'
'56b68b5ebfc6785f08ce101b263d6f56acd74d8a')