summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-09-14 22:14:44 -0400
committerAndrew O'Neill2022-09-14 22:14:44 -0400
commit0b723aab66183a3eeed5b2a86fe82b061ceced7b (patch)
tree86c15bfdb4b1a92db140490b70ab77a4a9b578f8
parent0b200f1ae4c8592e0c4d9a9eef71d9d4f310a6fa (diff)
downloadaur-0b723aab66183a3eeed5b2a86fe82b061ceced7b.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 24e0f3a33310..7809636a0b0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crate
pkgdesc = Shared nothing, fully searchable, document oriented cluster datastore
- pkgver = 5.0.0
+ pkgver = 5.0.1
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-5.0.0.tar.gz
+ source = https://cdn.crate.io/downloads/releases/crate-5.0.1.tar.gz
source = crate.service
source = crate.env
- sha256sums = f8c5baaf5e05a964d0a6cb2515a45ace9a2ed3a3b9e5f962e99fd00eda9a978e
+ sha256sums = 0f175c54137b66d6f294faba0744e62b13b48b1577094ca3e3ad6e6c4a196b4f
sha256sums = 04b36b561498332b1b569e49b42d0bedf04141de07b7b16ff1b06072673cfd21
sha256sums = 6182b8d527d52de4fc80023827518b2e8d873afdda873ef6bd2ed92b91982f75
diff --git a/PKGBUILD b/PKGBUILD
index e6d38e880375..666a860fd7b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=crate
-pkgver=5.0.0
+pkgver=5.0.1
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=('f8c5baaf5e05a964d0a6cb2515a45ace9a2ed3a3b9e5f962e99fd00eda9a978e'
+sha256sums=('0f175c54137b66d6f294faba0744e62b13b48b1577094ca3e3ad6e6c4a196b4f'
'04b36b561498332b1b569e49b42d0bedf04141de07b7b16ff1b06072673cfd21'
'6182b8d527d52de4fc80023827518b2e8d873afdda873ef6bd2ed92b91982f75')