homebrew-cask/Casks/younited.rb

18 lines
491 B
Ruby
Raw Normal View History

2014-11-14 01:27:26 +08:00
cask :v1 => 'younited' do
# todo: Cask may be deleted after October 1, 2015
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'
homepage 'https://www.younited.com/en/home'
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'
caveats do
discontinued
end
2014-02-12 19:19:47 +08:00
end