summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-03-14 17:27:25 -0400
committerAndrew O'Neill2021-03-14 17:27:25 -0400
commit170c823013c3b1ac341cd17b17fb23958b65d74a (patch)
treec804bc3c48de61a82482d46a9391af2d0fec184d
parent524a6bd14a880f74ca80dd54249ed6a4ccc9b81f (diff)
downloadaur-170c823013c3b1ac341cd17b17fb23958b65d74a.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 522a824aeb11..26a4ea798468 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crate
pkgdesc = Shared nothing, fully searchable, document oriented cluster datastore
- pkgver = 4.4.1
+ pkgver = 4.4.2
pkgrel = 1
url = https://crate.io
install = crate.install
@@ -9,10 +9,10 @@ pkgbase = crate
depends = python
backup = etc/crate/crate.yml
backup = etc/crate/logging.yml
- source = https://cdn.crate.io/downloads/releases/crate-4.4.1.tar.gz
+ source = https://cdn.crate.io/downloads/releases/crate-4.4.2.tar.gz
source = crate.service
source = crate.env
- sha256sums = 93bdddb6ad1f9af39eebb0d4aaaea140fbc317392b1ba6b128d8061222803464
+ sha256sums = 6ac8e12ae23587a4a21e417f01a78dbcc2b4469ba1b3adac24e1997c988f8f7a
sha256sums = 04b36b561498332b1b569e49b42d0bedf04141de07b7b16ff1b06072673cfd21
sha256sums = 6182b8d527d52de4fc80023827518b2e8d873afdda873ef6bd2ed92b91982f75
diff --git a/PKGBUILD b/PKGBUILD
index 62f84a9cc5dd..7bae111fecb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=crate
-pkgver=4.4.1
+pkgver=4.4.2
pkgrel=1
pkgdesc='Shared nothing, fully searchable, document oriented cluster datastore'
arch=('x86_64')
@@ -12,7 +12,7 @@ install='crate.install'
source=("https://cdn.crate.io/downloads/releases/${pkgname}-${pkgver}.tar.gz"
"${pkgname}.service"
"${pkgname}.env")
-sha256sums=('93bdddb6ad1f9af39eebb0d4aaaea140fbc317392b1ba6b128d8061222803464'
+sha256sums=('6ac8e12ae23587a4a21e417f01a78dbcc2b4469ba1b3adac24e1997c988f8f7a'
'04b36b561498332b1b569e49b42d0bedf04141de07b7b16ff1b06072673cfd21'
'6182b8d527d52de4fc80023827518b2e8d873afdda873ef6bd2ed92b91982f75')