summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteinGaming2023-03-31 22:18:41 +0200
committerSteinGaming2023-03-31 22:18:41 +0200
commit74587adf3f7981cdcb932f4625702d98e7d8ae4e (patch)
treefcb2882db9a85ac9d933aea77baf9fb7c7803144
parentc11dd133dc673d6ac83f8a1369431074ece572fb (diff)
downloadaur-74587adf3f7981cdcb932f4625702d98e7d8ae4e.tar.gz
v2.22.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a068894633c..ee2b0c061a79 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.20.0
+ pkgver = 2.22.1
pkgrel = 2
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.20.0.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/2.20.0.tar.gz
- sha256sums = f9e436bc20f566902e9291b6f45633ecd7b6d1110d22e0ee30a1a34e8d2216d6
+ source = redisinsight-2.22.1.tar.gz::https://github.com/RedisInsight/RedisInsight/archive/2.22.1.tar.gz
+ sha256sums = 8cc88a349ec4831f2fc3af5a49093164b5bba5913b3e0db11d89dff7fbd53af0
pkgname = redisinsight
diff --git a/PKGBUILD b/PKGBUILD
index e23426b1820f..8a2d7b014a95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dan Walsh <dan@danwalsh.ca>
pkgname=redisinsight
-pkgver=2.20.0
+pkgver=2.22.1
pkgrel=2
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=('f9e436bc20f566902e9291b6f45633ecd7b6d1110d22e0ee30a1a34e8d2216d6')
+sha256sums=('8cc88a349ec4831f2fc3af5a49093164b5bba5913b3e0db11d89dff7fbd53af0')
_ensure_local_nvm() {
# let's be sure we are starting clean