homebrew-cask/Casks/lyn.rb

14 lines
500 B
Ruby
Raw Normal View History

2014-11-14 01:26:17 +08:00
cask :v1 => 'lyn' do
2015-06-10 16:40:24 +08:00
version '1.5.11'
sha256 'cca124e8e6e2785cb9c0743029b531a4c5012493273f01afddfe16d5062b61e3'
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