homebrew-cask/Casks/texpad.rb

14 lines
570 B
Ruby
Raw Normal View History

2014-11-14 01:27:08 +08:00
cask :v1 => 'texpad' do
2014-10-27 09:28:02 +08:00
version '1.6.14'
sha256 '18fcbe93e77e5b5bc848172546962fcde397a26fd543efcc1054004369192f7e'
2014-10-22 22:35:42 +08:00
url "https://cloud.texpadapp.com/bundles/Texpad_#{version.gsub('.','_')}.zip"
2014-10-15 23:43:56 +08:00
appcast 'https://www.texpadapp.com/static-collected/upgrades/texpadappcast.xml',
:sha256 => 'a8522a4533df93fbf9d50489aa5f1c91bb01916faebd81ee20f56ea96dad8d97'
2015-01-10 05:41:20 +08:00
name 'Texpad'
2014-05-05 22:01:25 +08:00
homepage 'https://www.texpadapp.com/osx'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:27 +08:00
app 'Texpad.app'
2014-05-05 22:01:25 +08:00
end