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

10 lines
216 B
Ruby
Raw Normal View History

2014-03-29 06:29:24 +08:00
class NothingToHide < Cask
2014-09-17 19:42:55 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://nothingtohide.s3.amazonaws.com/pc/Nothing_To_Hide_MAC.zip'
homepage 'https://back.nothingtohide.cc/'
2014-09-16 00:06:02 +08:00
app 'Nothing To Hide.app'
2014-03-29 06:29:24 +08:00
end