homebrew-cask/Casks/coccinellida.rb

12 lines
367 B
Ruby
Raw Normal View History

2014-04-04 04:03:14 +08:00
class Coccinellida < Cask
version '0.6.1'
sha256 'bd590bf54667b85b4c14dae95d727bfa44cc893a75f231490b48a4a65049d8df'
2014-09-26 20:08:50 +08:00
url "https://downloads.sourceforge.net/project/coccinellida/Coccinellida-#{version}.zip"
2014-06-03 01:38:01 +08:00
appcast 'http://coccinellida.sourceforge.net/sparkle.xml'
2014-04-04 04:03:14 +08:00
homepage 'http://coccinellida.sourceforge.net/'
2014-10-01 23:32:40 +08:00
license :oss
2014-09-16 00:05:24 +08:00
app 'Coccinellida.app'
2014-04-04 04:03:14 +08:00
end