homebrew-cask/Casks/rocketcake.rb

16 lines
675 B
Ruby
Raw Normal View History

cask 'rocketcake' do
2017-04-09 17:25:39 +08:00
version '1.4'
sha256 '7e25c77bc839872aba105cc4c86557b7bd1864f6f2d900c38f617ff957903bdc'
2016-03-11 05:58:00 +08:00
# ambiera.at was verified as official when first introduced to the cask
url "http://www.ambiera.at/downloads/RocketCake-#{version.major_minor}.dmg"
2017-01-12 20:30:32 +08:00
appcast 'http://www.ambiera.com/rocketcake/download.html',
2017-04-09 17:25:39 +08:00
checkpoint: '4e91c7b63ff32184be6792352f879b2950f95715807f4a1fb8430934184b4f62'
name 'RocketCake'
homepage 'http://www.ambiera.com/rocketcake/index.html'
app 'RocketCake.app'
zap delete: '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ambiera.rocketcake.sfl'
end