homebrew-cask/Casks/atext.rb

13 lines
289 B
Ruby
Raw Normal View History

2014-11-14 01:25:24 +08:00
cask :v1 => 'atext' do
2014-09-17 19:42:38 +08:00
version :latest
sha256 :no_check
2015-06-29 14:32:18 +08:00
url 'https://www.trankynam.com/atext/downloads/aText.dmg'
2015-01-04 11:18:46 +08:00
name 'aText'
2015-06-29 14:32:18 +08:00
appcast 'https://www.trankynam.com/atext/aText-Appcast.xml'
homepage 'https://www.trankynam.com/atext/'
license :commercial
2014-09-16 00:05:16 +08:00
app 'aText.app'
2013-05-31 21:54:20 +08:00
end