homebrew-cask/Casks/cathode.rb

15 lines
570 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cathode' do
2015-06-08 16:08:24 +08:00
version '2.3.0'
sha256 'dd176890c8e8d6d37334440b13402d04b5344d009804f8624985cef3c081ac8b'
2014-08-09 02:27:10 +08:00
2016-02-12 06:07:13 +08:00
# amazonaws.com/cjcaufield was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/cjcaufield/products/cathode/cathode_#{version.gsub('.', '')}.zip"
2015-05-23 01:20:07 +08:00
appcast 'http://store.secretgeometry.com/appcast.php?id=7',
checkpoint: '9c9d24dd500bc58e625114c7e9c045ba41d86887e044c8f7441811b5bc237a94'
2015-08-12 00:57:20 +08:00
name 'Cathode'
2014-08-09 02:27:10 +08:00
homepage 'http://www.secretgeometry.com/apps/cathode'
2015-08-12 00:57:20 +08:00
license :commercial
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