cask 'anka-flow' do version '1.1.3.81' sha256 '4cc4f0118518e44d5ccdb301a5c140cb13bbeda246202462000943ba178c130b' # d1efqjhnhbvc57.cloudfront.net was verified as official when first introduced to the cask url "https://d1efqjhnhbvc57.cloudfront.net/AnkaFlow-#{version}.pkg", referer: 'https://veertu.com/download-anka-run/' appcast 'https://ankadoc.bitbucket.io/release-notes/index.html', checkpoint: '28374389f11edafe6d722ba4f8a79bc71fa571fce6e45c3f4e70ecd9a93ed09c' name 'Veertu Anka Flow' homepage 'https://veertu.com/' depends_on macos: '>= :yosemite' pkg "AnkaFlow-#{version}.pkg" uninstall launchctl: [ 'com.veertu.nlimit', 'com.veertu.vlaunch', ], script: { executable: '/Library/Application Support/Veertu/Anka/tools/uninstall.sh', args: ['-f'], sudo: true, } zap trash: [ '~/.anka', '~/Library/Application Support/Veertu/Anka', '~/Library/Logs/Anka', '~/Library/Preferences/com.veertu.ankaview.plist', '/Library/Application Support/Veertu/Anka', ], rmdir: [ '~/Library/Application Support/Veertu', '/Library/Application Support/Veertu', ] caveats <<~EOS Installing this Cask means you have AGREED to the Veertu End User License Agreement at https://veertu.com/terms-and-conditions/ EOS end