homebrew-cask/Casks/texts.rb

14 lines
396 B
Ruby
Raw Normal View History

2014-11-14 01:27:08 +08:00
cask :v1 => 'texts' do
2015-04-02 02:58:48 +08:00
version '0.22'
sha256 'f034f63b6742417ca5a0763afe40233ca1b42d7e23df33d8a61b6ddfc180706f'
2014-07-24 21:54:19 +08:00
url "http://www.texts.io/Texts-#{version}.dmg"
2015-04-02 02:58:48 +08:00
name 'Texts'
2014-10-15 23:43:56 +08:00
appcast 'http://www.texts.io/appcast-osx.xml',
:sha256 => 'c769657a0b1d6470676cba2d73b32d77be5afc98e3e01d09a68d6482bc65e5fd'
2013-12-02 18:17:22 +08:00
homepage 'http://www.texts.io'
2015-04-02 02:58:48 +08:00
license :commercial
2014-09-16 00:06:28 +08:00
app 'Texts.app'
2013-12-02 18:17:22 +08:00
end