homebrew-cask/Casks/textsoap.rb

19 lines
614 B
Ruby
Raw Normal View History

2014-11-14 01:27:08 +08:00
cask :v1 => 'textsoap' do
2014-09-17 19:43:04 +08:00
version :latest
2014-07-29 11:29:38 +08:00
sha256 :no_check
2015-01-06 00:25:59 +08:00
# amazonaws.com is the official download host per the vendor homepage
2015-06-29 14:32:18 +08:00
url 'https://unmarked.s3.amazonaws.com/textsoap7.zip'
2015-05-04 04:43:58 +08:00
name 'TextSoap'
2015-06-01 04:52:55 +08:00
appcast 'https://unmarked.s3.amazonaws.com/appcast/textsoap7.xml',
:sha256 => '37211786d3aca6f891665256f383906a337bea31958b4b7a2ff0fbbaae98709e'
2014-07-29 11:29:38 +08:00
homepage 'http://www.unmarked.com/textsoap/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-07-29 11:29:38 +08:00
2014-10-01 06:23:23 +08:00
app 'textsoap7.app'
postflight do
suppress_move_to_applications
end
2014-07-29 11:29:38 +08:00
end