homebrew-cask/Casks/cathode.rb

13 lines
502 B
Ruby
Raw Normal View History

2014-11-14 01:25:32 +08:00
cask :v1 => 'cathode' do
2014-08-09 02:27:10 +08:00
version '2.1.3'
sha256 'b6074daf33e6947786fff1fe6f5df729721427aa827ef21d93db5640bd0162d0'
# 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'
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