homebrew-cask/Casks/nutstore.rb

12 lines
337 B
Ruby
Raw Normal View History

2014-11-14 01:26:31 +08:00
cask :v1 => 'nutstore' do
2014-09-17 19:42:55 +08:00
version :latest
2014-06-07 00:23:48 +08:00
sha256 :no_check
url 'https://jianguoyun.com/static/exe/installer/NutstoreOSXInstaller.dmg'
2015-04-16 01:25:27 +08:00
name 'Nutstore'
homepage 'https://jianguoyun.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:02 +08:00
app 'Nutstore.app'
2014-06-07 00:23:48 +08:00
end