homebrew-cask/Casks/livestation.rb

11 lines
384 B
Ruby
Raw Normal View History

2014-11-14 01:26:16 +08:00
cask :v1 => 'livestation' do
2013-11-15 19:57:39 +08:00
version '3.3.0'
sha256 '8ed0bdcb6aee4dca18e64c6c6390b3f83c67c6d9c36358ff800ece7a870f9dd3'
2014-09-26 20:09:00 +08:00
url "http://updates.livestation.com/releases/Livestation-#{version}.dmg"
homepage 'http://www.livestation.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:51 +08:00
app 'Livestation.app'
end