homebrew-cask/Casks/knockknock.rb

13 lines
412 B
Ruby
Raw Normal View History

2015-08-29 19:47:18 +08:00
cask :v1 => 'knockknock' do
2015-10-06 07:34:42 +08:00
version '1.6.0'
sha256 '55740aa84853eaee4da13fb860ee319f5b41f88102377e53f633a49982e7fbcb'
2015-08-29 19:47:18 +08:00
# bitbucket.org is the official download host per the vendor homepage
url "https://bitbucket.org/objective-see/deploy/downloads/KnockKnock_#{version}.zip"
name 'KnockKnock'
homepage 'https://objective-see.com/products/knockknock.html'
license :gratis
app 'KnockKnock.app'
end