homebrew-cask/Casks/flixster-desktop.rb

19 lines
644 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flixster-desktop' do
version :latest
sha256 :no_check
# cloudfront.net is the official download host per the vendor homepage
2015-06-29 14:32:18 +08:00
url 'https://d1rtylazwb77ux.cloudfront.net/desktop/mac/FlixsterDesktop.zip'
name 'Flixster Desktop for Mac'
2015-06-29 14:32:18 +08:00
appcast 'https://dtmmt9rxsy2no.cloudfront.net/desktop/mac/FlixsterDesktopMacAppcast.xml',
2015-05-24 00:24:07 +08:00
:sha256 => '56ab4151b24f968dfc4234186b9f566ebc99c9c75729bcc2508f722fad0700fa'
2015-06-29 14:32:18 +08:00
homepage 'https://www.flixster.com/about/ultraviolet/'
license :gratis
postflight do
suppress_move_to_applications :key => 'moveToApplicationsFolderAlertSuppress'
end
app 'Flixster Desktop.app'
end