homebrew-cask/Casks/textsoap.rb

19 lines
517 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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-06-01 04:52:55 +08:00
appcast 'https://unmarked.s3.amazonaws.com/appcast/textsoap7.xml',
2016-01-14 02:07:26 +08:00
:checkpoint => 'ddbb0073e1116c64c75620c2fe43bd7af1befc07e82459a3cb614c92a294579d'
name 'TextSoap'
2014-07-29 11:29:38 +08:00
homepage 'http://www.unmarked.com/textsoap/'
2015-11-02 04:48:24 +08:00
license :commercial
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