homebrew-cask/Casks/redis.rb

18 lines
589 B
Ruby

cask 'redis' do
version '4.0.2-build.1'
sha256 '1a4c0c82739a2bddbd5fa78f598cd28dd2c348467a12cb8de6687114f2bad4da'
# github.com/jpadilla/redisapp/ was verified as official when first introduced to the cask
url "https://github.com/jpadilla/redisapp/releases/download/#{version}/Redis.zip"
appcast 'https://github.com/jpadilla/redisapp/releases.atom'
name 'Redis'
homepage 'https://jpadilla.github.io/redisapp/'
app 'Redis.app'
zap trash: [
'~/Library/Caches/io.blimp.Redis',
'~/Library/Preferences/io.blimp.Redis.plist',
]
end