homebrew-cask/Casks/air-video-server-hd.rb

21 lines
819 B
Ruby

cask 'air-video-server-hd' do
version '2.2.1u1'
sha256 'c682c27e4db10b1a6c83d7021027aefce589e6a3dac5782fec55108646c9b6e8'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/AirVideoHD/Download/Air+Video+Server+HD+#{version}.dmg"
appcast 'https://s3.amazonaws.com/AirVideoHD/Download/appcast.xml',
:sha256 => '9ae133b82c2361c41e217f0dd7ab70817feb42bffa0f2053e09b2910255dcf90'
name 'Air Video Server HD'
homepage 'http://www.inmethod.com/airvideohd'
license :gratis
app 'Air Video Server HD.app'
zap :delete => [
'~/Library/Caches/com.inmethod.AirVideoServerHD',
'~/Library/Logs/AirVideoServerHD',
'~/Library/Preferences/com.inmethod.AirVideoServerHD.plist',
]
end