summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteinGaming2024-03-06 17:11:07 +0100
committerSteinGaming2024-03-06 17:11:07 +0100
commit23b899820c815a6fb1ed382a799ee2b6a4619957 (patch)
tree269f4c2eab022f751f14c6f690bd573441f4fd09
parent0ee889bddf3c157f8981e4ce551e9a5f019bcc32 (diff)
downloadaur-23b899820c815a6fb1ed382a799ee2b6a4619957.tar.gz
v2.44.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eefa29368f6..b327fa2cdfd1 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.38.0
+ pkgver = 2.44.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.38.0.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/2.38.0.tar.gz
- sha256sums = b280e4f72442e0e3b9c85afea14f0cabdf1ab49f52d5d447a17914535a2171f2
+ source = redisinsight-2.44.0.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/2.44.0.tar.gz
+ sha256sums = d5ad9ca57fc84be1ae8af1c7084bae1847690b870e3ca8f59be83ec32377deb2
pkgname = redisinsight
diff --git a/PKGBUILD b/PKGBUILD
index 50fb9601f7f2..59429738783e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dan Walsh <dan@danwalsh.ca>
pkgname=redisinsight
-pkgver=2.38.0
+pkgver=2.44.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=('b280e4f72442e0e3b9c85afea14f0cabdf1ab49f52d5d447a17914535a2171f2')
+sha256sums=('d5ad9ca57fc84be1ae8af1c7084bae1847690b870e3ca8f59be83ec32377deb2')
_ensure_local_nvm() {
# let's be sure we are starting clean