diff --git a/Casks/fantastical2.rb b/Casks/fantastical2.rb new file mode 100644 index 00000000000..649fd1eb81d --- /dev/null +++ b/Casks/fantastical2.rb @@ -0,0 +1,11 @@ +cask :v1 => 'fantastical2' do + version :latest + sha256 :no_check + + url 'https://flexibits.com/fantastical/download' + name 'Fantastical 2' + homepage 'https://flexibits.com/fantastical' + license :freemium + + app 'Fantastical 2.app' +end