homebrew-cask/Casks/redis-app.rb

19 lines
682 B
Ruby

cask 'redis-app' 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',
checkpoint: '4d483ef1a5aed23e6e4405d8454aff54e42eb8de3e45622ddfbfe5a590385957'
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