mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #161515 from dalisoft/patch-67
fix redisinsight download error
This commit is contained in:
@@ -4,7 +4,7 @@ cask "redisinsight" do
|
||||
version "2.38.0"
|
||||
sha256 :no_check
|
||||
|
||||
url "https://download.redisinsight.redis.com/latest/RedisInsight-v#{version.major}-mac-#{arch}.dmg"
|
||||
url "https://download.redisinsight.redis.com/latest/RedisInsight-mac-#{arch}.dmg"
|
||||
name "RedisInsight"
|
||||
desc "GUI for streamlined Redis application development"
|
||||
homepage "https://redis.com/redis-enterprise/redis-insight/"
|
||||
@@ -17,7 +17,7 @@ cask "redisinsight" do
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
app "RedisInsight-v#{version.major}.app", target: "RedisInsight.app"
|
||||
app "RedisInsight.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Preferences/org.RedisLabs.RedisInsight-V#{version.major}.plist",
|
||||
|
||||
Reference in New Issue
Block a user