homebrew-cask/Casks/rabbitmq.rb

20 lines
727 B
Ruby
Raw Normal View History

2016-02-21 05:06:25 +08:00
cask 'rabbitmq' do
2016-04-02 04:22:14 +08:00
version '3.6.1-build.1'
sha256 '1838afcece704ab1d23645d5d44953b809474f1f67ec4b18f3f98d440e5b5aad'
2016-02-21 05:06:25 +08:00
# github.com/jpadilla/rabbitmqapp was verified as official when first introduced to the cask
url "https://github.com/jpadilla/rabbitmqapp/releases/download/#{version}/RabbitMQ.zip"
appcast 'https://github.com/jpadilla/rabbitmqapp/releases.atom',
2016-04-02 04:22:14 +08:00
checkpoint: '90cec6b712cb208b42599676a94d9462a60e92c7501884e49eb9a01284dcd3a3'
2016-02-21 05:06:25 +08:00
name 'RabbitMQ'
homepage 'https://jpadilla.github.io/rabbitmqapp/'
license :mit
app 'RabbitMQ.app'
zap delete: [
'~/Library/Caches/io.blimp.RabbitMQ',
'~/Library/Preferences/io.blimp.RabbitMQ.plist',
]
end