summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2017-11-16 20:00:43 -0500
committerAndrew O'Neill2017-11-16 20:00:43 -0500
commitc5fa2848d4ef5b72741f61686ac514b1a4762e85 (patch)
tree6ee435ea1a0bd929a498666cfab94c572bfd381f /PKGBUILD
parent7811c1fa52b86689793bf755055695892ed3f8df (diff)
downloadaur-c5fa2848d4ef5b72741f61686ac514b1a4762e85.tar.gz
Version bump, and no longer support 32bit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6aa693577793..a24985f76a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=crate
-pkgver=2.1.8
+pkgver=2.2.3
pkgrel=1
pkgdesc="Shared nothing, fully searchable, document oriented cluster datastore."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://crate.io'
license=('custom:APACHE')
depends=('java-runtime=8' 'python')
@@ -12,7 +12,7 @@ install='crate.install'
source=(https://cdn.crate.io/downloads/releases/$pkgname-$pkgver.tar.gz
crate.service
crate.env)
-sha256sums=('4a5094b5a3e88a440b93da8883acb3796f3f5d034dc172f359660890e02242a3'
+sha256sums=('f645f894a180ffe85a6af4d68357313d30432b99ad82a207d7188d9e2d26be31'
'04b36b561498332b1b569e49b42d0bedf04141de07b7b16ff1b06072673cfd21'
'6182b8d527d52de4fc80023827518b2e8d873afdda873ef6bd2ed92b91982f75')