homebrew-cask/Casks/flinto.rb

18 lines
433 B
Ruby

cask 'flinto' do
version '26.1'
sha256 '1b0cdcc381ad6e2ba11cfd566dd3119d9476c46b9f6a3a8832d2e14efd36c969'
url "https://www.flinto.com/assets/Flinto-#{version}.dmg"
appcast 'https://www.flinto.com/appcast.rss'
name 'Flinto'
homepage 'https://www.flinto.com/mac'
depends_on macos: '>= :sierra'
app 'Flinto.app'
uninstall pkgutil: 'com.flinto.*'
zap trash: '~/Library/Application Scripts/com.flinto.Flinto'
end