cask 'airflow' do version '2.3.15' sha256 'b9152b2173dcc0e18550717b57922104e08e5146254a4f6bfc32e40e5ea08231' # s3.amazonaws.com/Airflow was verified as official when first introduced to the cask url "https://s3.amazonaws.com/Airflow/Download/Airflow%20#{version}.zip" appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://airflowapp.com/download/latest?mac' name 'Airflow' homepage 'https://airflowapp.com/' auto_updates true app 'Airflow.app' zap trash: [ '~/Library/Application Support/Airflow', '~/Library/Caches/com.bitcavehq.Airflow', '~/Library/Preferences/com.bitcavehq.Airflow.plist', '~/Library/Saved Application State/com.bitcavehq.Airflow.savedState', ] end