diff --git a/Casks/now.rb b/Casks/now.rb new file mode 100644 index 0000000000000..7396940295623 --- /dev/null +++ b/Casks/now.rb @@ -0,0 +1,13 @@ +cask 'now' do + version :latest + sha256 :no_check + + # now-auto-updates.now.sh was verified as official when first introduced to the cask + url 'https://now-auto-updates.now.sh/download/macos' + name 'Now Desktop' + homepage 'https://zeit.co/desktop' + + auto_updates true + + app 'Now.app' +end