homebrew-cask/Casks/flinto.rb

18 lines
438 B
Ruby
Raw Normal View History

2016-05-27 03:56:19 +08:00
cask 'flinto' do
version '27.0'
sha256 '5e2492aa948aa65803d76664391d04a9e8eeec2df93946cb0c514ceb4cc480e5'
2016-05-27 03:56:19 +08:00
url "https://www.flinto.com/assets/Flinto-#{version}.dmg"
2018-07-13 19:57:03 +08:00
appcast 'https://www.flinto.com/appcast.rss'
2016-05-27 03:56:19 +08:00
name 'Flinto'
homepage 'https://www.flinto.com/mac'
2019-08-18 10:01:52 +08:00
depends_on macos: '>= :high_sierra'
2016-05-27 03:56:19 +08:00
app 'Flinto.app'
uninstall pkgutil: 'com.flinto.*'
2016-12-02 22:15:04 +08:00
2017-06-21 09:47:44 +08:00
zap trash: '~/Library/Application Scripts/com.flinto.Flinto'
2016-05-27 03:56:19 +08:00
end