summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2018-06-02 15:29:37 -0400
committerAndrew O'Neill2018-06-02 15:29:37 -0400
commitffc72b56d8ae7fcfcb9b3757154d93da3fec2c6f (patch)
treeef67e20388c45c7c7c7f8b5f21fa21a466a74484
parentad3924b0b93e14f88f6e3c5246841f84dc80e30c (diff)
downloadaur-ffc72b56d8ae7fcfcb9b3757154d93da3fec2c6f.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e825dc4d75ea..7dda1c887547 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = crate
pkgdesc = Shared nothing, fully searchable, document oriented cluster datastore.
- pkgver = 2.3.9
+ pkgver = 2.3.11
pkgrel = 1
- url = http://crate.io
+ url = https://crate.io
install = crate.install
arch = x86_64
license = custom:APACHE
@@ -10,10 +10,10 @@ pkgbase = crate
depends = python
backup = etc/crate/crate.yml
backup = etc/crate/logging.yml
- source = https://cdn.crate.io/downloads/releases/crate-2.3.9.tar.gz
+ source = https://cdn.crate.io/downloads/releases/crate-2.3.11.tar.gz
source = crate.service
source = crate.env
- sha256sums = 4886b4979e00f71afe57ea93bec6bfdbaff3f923eca162f0767bed114b9c8304
+ sha256sums = 45c4b8994c3888fee830a8bf3e975aec8f992209f87865e0477a90b7567d8edb
sha256sums = 04b36b561498332b1b569e49b42d0bedf04141de07b7b16ff1b06072673cfd21
sha256sums = 6182b8d527d52de4fc80023827518b2e8d873afdda873ef6bd2ed92b91982f75
diff --git a/PKGBUILD b/PKGBUILD
index 41aa47efac4e..16438fae4981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=crate
-pkgver=2.3.9
+pkgver=2.3.11
pkgrel=1
pkgdesc="Shared nothing, fully searchable, document oriented cluster datastore."
arch=('x86_64')
-url='http://crate.io'
+url='https://crate.io'
license=('custom:APACHE')
depends=('java-runtime=8' 'python')
install='crate.install'
source=("https://cdn.crate.io/downloads/releases/${pkgname}-${pkgver}.tar.gz"
"${pkgname}.service"
"${pkgname}.env")
-sha256sums=('4886b4979e00f71afe57ea93bec6bfdbaff3f923eca162f0767bed114b9c8304'
+sha256sums=('45c4b8994c3888fee830a8bf3e975aec8f992209f87865e0477a90b7567d8edb'
'04b36b561498332b1b569e49b42d0bedf04141de07b7b16ff1b06072673cfd21'
'6182b8d527d52de4fc80023827518b2e8d873afdda873ef6bd2ed92b91982f75')