homebrew-cask/Casks/nutstore.rb

10 lines
199 B
Ruby
Raw Normal View History

2014-06-07 00:23:48 +08:00
class Nutstore < Cask
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'
homepage 'https://jianguoyun.com'
2014-09-16 00:06:02 +08:00
app 'Nutstore.app'
2014-06-07 00:23:48 +08:00
end