Skip to content

Commit

Permalink
Redis-stack 7.2.0-v8 (#39)
Browse files Browse the repository at this point in the history
* Redis stack 7.2.0-v8

* Removed v2 from artifact and app path

* Removed one more v2 from path
  • Loading branch information
vladvildanov authored Jan 29, 2024
1 parent 7b64a4d commit ff7581c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Casks/redis-stack-redisinsight.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "redis-stack-redisinsight" do
version "2.36.0"
version "2.40.0"
name "RedisInsight"
desc "A graphical tool for visualizing data and managing Redis databases"
homepage "https://redis.com/redis-enterprise/redis-insight/"
Expand All @@ -16,8 +16,8 @@
end
end

url "https://s3.amazonaws.com/redisinsight.download/public/releases/#{version}/redisstack/RedisInsight-v2-app-#{baseos}.#{platform}.tar.gz"
app "RedisInsight-v2.app"
url "https://s3.amazonaws.com/redisinsight.download/public/releases/#{version}/redisstack/RedisInsight-app-#{baseos}.#{platform}.tar.gz"
app "RedisInsight.app"

uninstall_preflight do
if RUBY_PLATFORM.index('x86') != nil
Expand All @@ -37,7 +37,7 @@
dest = "#{basepath}/redisinsight"
File.open(dest, 'w+') { |f|
f.write("#!/bin/sh\n\n")
f.write("open /Applications/RedisInsight-v2.app\n")
f.write("open /Applications/RedisInsight.app\n")
}
FileUtils.chmod(0755, dest)
end
Expand Down
2 changes: 1 addition & 1 deletion Casks/redis-stack-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

homepage "https://redis.io"
desc "Redis Stack Server install a Redis server with additional database capabilities"
version "7.2.0-v7"
version "7.2.0-v8"

baseos = 'darwin'
if RUBY_PLATFORM.index('darwin') != nil
Expand Down
2 changes: 1 addition & 1 deletion Casks/redis-stack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
homepage "https://redis.io"
name "Redis Stack"
desc "Redis server with additional database capabilities and the visualisation tool RedisInsight."
version "7.2.0-7"
version "7.2.0-v8"

# FIXME PLACEHOLDER
url "https://redismodules.s3.amazonaws.com/redis-stack/.donotremove"
Expand Down

0 comments on commit ff7581c

Please sign in to comment.