homebrew-cask/Casks/younited.rb

13 lines
394 B
Ruby
Raw Normal View History

2014-11-14 01:27:26 +08:00
cask :v1 => 'younited' do
2014-09-17 19:43:08 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-19 11:21:06 +08:00
# secure.com is the official download host per the vendor homepage
url 'https://download.sp.f-secure.com/younited/younited.dmg'
2015-04-02 13:41:54 +08:00
name 'younited'
2014-12-25 01:56:42 +08:00
homepage 'http://www.younited.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:40 +08:00
app 'younited.app'
2014-02-12 19:19:47 +08:00
end