summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteinGaming2023-10-11 12:49:43 +0200
committerSteinGaming2023-10-11 12:49:43 +0200
commita1edab0c61453ba29671d710a0763ca94baaf463 (patch)
tree5e9b6c8def324a54e0c970652294f9c84389e59a
parentf0de224539ba5ad467048013964bccecc972560d (diff)
downloadaur-a1edab0c61453ba29671d710a0763ca94baaf463.tar.gz
v2.34.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b76d4b21d7..a2e456dd96c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = redisinsight
pkgdesc = Desktop manager that provides an intuitive and efficient GUI for Redis, allowing you to interact with your databases, monitor, and manage your data.
- pkgver = 2.32
+ pkgver = 2.34.0
pkgrel = 1
url = https://redis.com/redis-enterprise/redis-insight
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = redisinsight
makedepends = jq
provides = redis-insight
conflicts = redis-insight-bin
- source = redisinsight-2.32.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/2.32.tar.gz
- sha256sums = 78c7c95ddb85b28ccf7d77f99c1dc1c9d2eb2f800bf8e9ee26f3abc8a8658556
+ source = redisinsight-2.34.0.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/2.34.0.tar.gz
+ sha256sums = e93baeb6520988314cd472bb386b5419a0e845619a16899b5eac8082ada75801
pkgname = redisinsight
diff --git a/PKGBUILD b/PKGBUILD
index a102c93ebaa6..4cd62133c6b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dan Walsh <dan@danwalsh.ca>
pkgname=redisinsight
-pkgver=2.32
+pkgver=2.34.0
pkgrel=1
pkgdesc="Desktop manager that provides an intuitive and efficient GUI for Redis, allowing you to interact with your databases, monitor, and manage your data."
arch=('x86_64')
@@ -18,7 +18,7 @@ nvm
jq
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/$pkgver.tar.gz")
-sha256sums=('78c7c95ddb85b28ccf7d77f99c1dc1c9d2eb2f800bf8e9ee26f3abc8a8658556')
+sha256sums=('e93baeb6520988314cd472bb386b5419a0e845619a16899b5eac8082ada75801')
_ensure_local_nvm() {
# let's be sure we are starting clean