summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrate2016-12-14 08:43:04 +0000
committercrate2016-12-14 08:43:04 +0000
commit1847bfb58ba79338762a4309fb9c8540d25849cd (patch)
tree29e6cd39a5d4c67e34932bb5d56ebbc662d04888
parentfd88e3de2e02c2be8e9096a61b5686d48864549f (diff)
downloadaur-1847bfb58ba79338762a4309fb9c8540d25849cd.tar.gz
Update to 1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0eb8aa5d03e..a1582b9d8ca2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 13 14:22:00 UTC 2016
+# Wed Dec 14 08:43:04 UTC 2016
pkgbase = crate
pkgdesc = shared nothing, fully searchable, document oriented cluster datastore.
- pkgver = 0.57.6
+ pkgver = 1.0.1
pkgrel = 1
url = http://crate.io
install = crate.install
@@ -11,10 +11,10 @@ pkgbase = crate
depends = java-runtime=8
backup = etc/crate/crate.yml
backup = etc/crate/logging.yml
- source = https://cdn.crate.io/downloads/releases/crate-0.57.6.tar.gz
+ source = https://cdn.crate.io/downloads/releases/crate-1.0.1.tar.gz
source = crate.service
source = crate
- md5sums = 67339ce04557964c6c91b1c5dbeea173
+ md5sums = 2eb9d8eaa129320e90319def6ea548b3
md5sums = 4b56892c4ae0628d42ab1d0383374723
md5sums = 763950135dadfc3f72d8c9abec71aa5a
diff --git a/PKGBUILD b/PKGBUILD
index a00462e0186b..11e4a14e8027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=crate
-pkgver=0.57.6
+pkgver=1.0.1
pkgrel=1
pkgdesc="shared nothing, fully searchable, document oriented cluster datastore."
arch=('any')
@@ -47,6 +47,6 @@ package() {
cp -r docs/ $pkgdir/usr/share/doc/$pkgname/
fi
}
-md5sums=('67339ce04557964c6c91b1c5dbeea173'
+md5sums=('2eb9d8eaa129320e90319def6ea548b3'
'4b56892c4ae0628d42ab1d0383374723'
'763950135dadfc3f72d8c9abec71aa5a')