homebrew-cask/Casks/cathode.rb

15 lines
652 B
Ruby

cask :v1 => 'cathode' do
version '2.1.3'
sha256 'b6074daf33e6947786fff1fe6f5df729721427aa827ef21d93db5640bd0162d0'
# amazonaws.com is the official download host per the vendor homepage
url "http://s3.amazonaws.com/cjcaufield/products/cathode/cathode_#{version.gsub('.','')}.zip"
name 'Cathode'
appcast 'http://store.secretgeometry.com/appcast.php?id=7',
:sha256 => '4c319653dc0883e0534eae3b2e51ecf92e6ff7f91d9329e1c2e8c39139cb1eee'
homepage 'http://www.secretgeometry.com/apps/cathode'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Cathode.app'
end