homebrew-cask/Casks/cathode.rb

15 lines
652 B
Ruby
Raw Normal View History

2014-11-14 01:25:32 +08:00
cask :v1 => 'cathode' do
2015-06-08 16:08:24 +08:00
version '2.3.0'
sha256 'dd176890c8e8d6d37334440b13402d04b5344d009804f8624985cef3c081ac8b'
2014-08-09 02:27:10 +08:00
# amazonaws.com is the official download host per the vendor homepage
2014-08-09 02:27:10 +08:00
url "http://s3.amazonaws.com/cjcaufield/products/cathode/cathode_#{version.gsub('.','')}.zip"
2015-03-25 11:02:38 +08:00
name 'Cathode'
2015-05-23 01:20:07 +08:00
appcast 'http://store.secretgeometry.com/appcast.php?id=7',
:sha256 => '4c319653dc0883e0534eae3b2e51ecf92e6ff7f91d9329e1c2e8c39139cb1eee'
2014-08-09 02:27:10 +08:00
homepage 'http://www.secretgeometry.com/apps/cathode'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-08-09 02:27:10 +08:00
2014-09-16 00:05:21 +08:00
app 'Cathode.app'
2014-08-09 02:27:10 +08:00
end