homebrew-cask/Casks/nothing-to-hide.rb

13 lines
332 B
Ruby
Raw Normal View History

2014-11-14 01:26:31 +08:00
cask :v1 => 'nothing-to-hide' do
2014-09-17 19:42:55 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://nothingtohide.s3.amazonaws.com/pc/Nothing_To_Hide_MAC.zip'
2015-04-21 03:18:57 +08:00
name 'Nothing To Hide'
homepage 'http://back.nothingtohide.cc/'
2015-09-29 03:07:12 +08:00
license :cc
2014-09-16 00:06:02 +08:00
app 'Nothing To Hide.app'
2014-03-29 06:29:24 +08:00
end