diff --git a/Casks/festify.rb b/Casks/festify.rb new file mode 100644 index 00000000000..abc5e3e35a4 --- /dev/null +++ b/Casks/festify.rb @@ -0,0 +1,11 @@ +cask :v1 => 'festify' do + version :latest + sha256 :no_check + + url 'http://getfestify.com/downloads/mac/Festify.zip' + name 'Festify' + homepage 'http://getfestify.com/' + license :gratis + + app 'Festify.app' +end