homebrew-cask/Casks/sandvox.rb

14 lines
465 B
Ruby
Raw Normal View History

2014-11-14 01:26:51 +08:00
cask :v1 => 'sandvox' do
2014-09-17 19:43:00 +08:00
version :latest
2014-07-04 02:32:49 +08:00
sha256 :no_check
url 'http://www.karelia.com/files/8/Sandvox.dmg'
2015-01-05 01:08:43 +08:00
name 'Sandvox'
2015-05-27 01:50:26 +08:00
appcast 'http://launch.karelia.com/appcast.php',
:sha256 => 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
2014-07-04 02:32:49 +08:00
homepage 'http://www.karelia.com/products/sandvox/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-07-04 02:32:49 +08:00
2014-09-16 00:06:15 +08:00
app 'Sandvox.app'
2014-07-04 02:32:49 +08:00
end