homebrew-cask/Casks/sandvox.rb

12 lines
327 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-06-29 14:32:18 +08:00
homepage 'https://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