summarylogtreecommitdiffstats
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
parent7811c1fa52b86689793bf755055695892ed3f8df (diff)
downloadaur-c5fa2848d4ef5b72741f61686ac514b1a4762e85.tar.gz
Version bump, and no longer support 32bit
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d1290441c51..fbbabd59f68a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = crate
pkgdesc = Shared nothing, fully searchable, document oriented cluster datastore.
- pkgver = 2.1.8
+ pkgver = 2.2.3
pkgrel = 1
url = http://crate.io
install = crate.install
- arch = i686
arch = x86_64
license = custom:APACHE
depends = java-runtime=8
depends = python
backup = etc/crate/crate.yml
backup = etc/crate/logging.yml
- source = https://cdn.crate.io/downloads/releases/crate-2.1.8.tar.gz
+ source = https://cdn.crate.io/downloads/releases/crate-2.2.3.tar.gz
source = crate.service
source = crate.env
- sha256sums = 4a5094b5a3e88a440b93da8883acb3796f3f5d034dc172f359660890e02242a3
+ sha256sums = f645f894a180ffe85a6af4d68357313d30432b99ad82a207d7188d9e2d26be31
sha256sums = 04b36b561498332b1b569e49b42d0bedf04141de07b7b16ff1b06072673cfd21
sha256sums = 6182b8d527d52de4fc80023827518b2e8d873afdda873ef6bd2ed92b91982f75
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')