diff --git a/Casks/webhook.rb b/Casks/webhook.rb new file mode 100644 index 000000000000..7e464242c978 --- /dev/null +++ b/Casks/webhook.rb @@ -0,0 +1,10 @@ +class Webhook < Cask + version :latest + sha256 :no_check + + url 'http://dump.webhook.com/application/Webhook.dmg' + homepage 'http://www.webhook.com/' + license :unknown + + app 'Webhook.app' +end