homebrew-cask/Casks/antetype.rb

15 lines
463 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'antetype' do
2014-09-17 19:42:37 +08:00
version :latest
2014-09-26 22:28:01 +08:00
sha256 :no_check
2015-01-06 00:25:04 +08:00
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3.amazonaws.com/AntetypeDownload/Antetype.zip'
2015-05-23 01:19:55 +08:00
appcast 'https://rink.hockeyapp.net/api/2/apps/6ab08fb043a94f51c9109c216e295a50',
:sha256 => 'e37e854fab4d88a5dc7529fd6f9778cfabb9d1e7b6c059defabb2c0d7458f17e'
2015-08-12 00:00:20 +08:00
name 'Antetype'
homepage 'http://antetype.com'
2015-08-12 00:00:20 +08:00
license :commercial
2014-09-16 00:05:14 +08:00
app 'Antetype.app'
end