summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteinGaming2023-12-06 17:58:32 +0100
committerSteinGaming2023-12-06 17:58:32 +0100
commit0ee889bddf3c157f8981e4ce551e9a5f019bcc32 (patch)
treeb9a5c965889853959fbec9ae20b0e68830f1277c
parenta1edab0c61453ba29671d710a0763ca94baaf463 (diff)
downloadaur-0ee889bddf3c157f8981e4ce551e9a5f019bcc32.tar.gz
v2.38.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2e456dd96c0..1eefa29368f6 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.34.0
+ pkgver = 2.38.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.34.0.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/2.34.0.tar.gz
- sha256sums = e93baeb6520988314cd472bb386b5419a0e845619a16899b5eac8082ada75801
+ source = redisinsight-2.38.0.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/2.38.0.tar.gz
+ sha256sums = b280e4f72442e0e3b9c85afea14f0cabdf1ab49f52d5d447a17914535a2171f2
pkgname = redisinsight
diff --git a/PKGBUILD b/PKGBUILD
index 4cd62133c6b5..50fb9601f7f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dan Walsh <dan@danwalsh.ca>
pkgname=redisinsight
-pkgver=2.34.0
+pkgver=2.38.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=('e93baeb6520988314cd472bb386b5419a0e845619a16899b5eac8082ada75801')
+sha256sums=('b280e4f72442e0e3b9c85afea14f0cabdf1ab49f52d5d447a17914535a2171f2')
_ensure_local_nvm() {
# let's be sure we are starting clean