summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Hatake2017-08-19 09:38:24 +0900
committerHiroshi Hatake2017-08-19 09:38:24 +0900
commit3c54d00c8259c456dd7cbb1ce3a177efe543ae77 (patch)
treee0810537105960819a93a94366e4f6c9b759e28b
parent3674aa0d0df9bb42f1cf568892a0756a0bc88c4a (diff)
downloadaur-3c54d00c8259c456dd7cbb1ce3a177efe543ae77.tar.gz
groonga 7.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f931bde8f81..efe8994a5fd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = groonga
pkgdesc = An opensource fulltext search engine.
- pkgver = 7.0.4
+ pkgver = 7.0.5
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-7.0.4.tar.gz
+ source = http://packages.groonga.org/source/groonga/groonga-7.0.5.tar.gz
source = groonga-httpd.service
- sha1sums = 80848570d91dc7a4481aa9c6b505f5eff0208daf
+ sha1sums = e47df917bfe9120f063d5206a05b354ac6da3d53
sha1sums = 56b68b5ebfc6785f08ce101b263d6f56acd74d8a
pkgname = groonga
diff --git a/PKGBUILD b/PKGBUILD
index 7798a4bd5071..020401b71e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=groonga
-pkgver=7.0.4
+pkgver=7.0.5
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=('80848570d91dc7a4481aa9c6b505f5eff0208daf'
+sha1sums=('e47df917bfe9120f063d5206a05b354ac6da3d53'
'56b68b5ebfc6785f08ce101b263d6f56acd74d8a')