homebrew-cask/Casks/lyn.rb

14 lines
499 B
Ruby
Raw Normal View History

2014-11-14 01:26:17 +08:00
cask :v1 => 'lyn' do
2014-08-03 23:40:22 +08:00
version '1.5.2'
sha256 'a4200b35eb4e51c3932a9e7cd40e1be3291a26921da350d396d337fa667798f6'
2014-09-26 20:09:01 +08:00
url "http://www.lynapp.com/downloads/Lyn-#{version}.dmg"
2014-10-15 23:43:52 +08:00
appcast 'http://www.lynapp.com/lyn/update.xml',
:sha256 => '76e8a68df36fb35893e5ad0c5fd464ec0feb0b6a6f857d6b57792e3c7eb82fb5'
2015-04-12 02:41:20 +08:00
name 'Lyn'
2013-06-21 09:06:45 +08:00
homepage 'http://www.lynapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:52 +08:00
app 'Lyn.app'
2013-06-21 09:06:45 +08:00
end