summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Greyson Christoforo2023-08-21 09:13:57 -0600
committerM. Greyson Christoforo2023-08-21 09:13:57 -0600
commita44a50d925620a407d8515bc607b8ebb8b2636b9 (patch)
tree868f36026ec6101b0d51a729e177c104953f9400
parent0f48c6149bd07292974fcf6fbde2f4ee6cab0884 (diff)
downloadaur-a44a50d925620a407d8515bc607b8ebb8b2636b9.tar.gz
bump to version 2.30.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46d7b5b1f890..b3dedbadd454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dan Walsh <dan@danwalsh.ca>
pkgname=redisinsight
-pkgver=2.28.0
+pkgver=2.30.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=('97af6ba55c6a698b6fa0e1c74dffeecdf43bc13e48f54c73837812d0afbeb7e0')
+sha256sums=('e2d87806259dbb0f504f916bde865712a074fbb31c01d5b507607141eb008766')
_ensure_local_nvm() {
# let's be sure we are starting clean
@@ -38,7 +38,7 @@ prepare() {
sed -i -E '/^# Build ri-explain plugin/,$d' scripts/build-statics.sh
_ensure_local_nvm
- nvm install 16.15.1
+ nvm install 18.15.0
}
build() {